forked from gergely/calendar-social
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			188 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'base.html' %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
{{ _('Welcome to Calendar.social, %(username)s!', username=current_user.username) }}
 | 
						|
 | 
						|
{% include 'month-view.html' %}
 | 
						|
{% endblock content %}
 |