calendar-social/app/templates/index.html

8 lines
188 B
HTML
Raw Normal View History

2018-06-29 06:03:49 +00:00
{% extends 'base.html' %}
{% block content %}
{{ _('Welcome to Calendar.social, %(username)s!', username=current_user.username) }}
2018-06-25 07:01:13 +00:00
{% include 'month-view.html' %}
2018-06-29 06:03:49 +00:00
{% endblock content %}