9 lines
No EOL
146 B
HTML
9 lines
No EOL
146 B
HTML
{% extends "base_with_list.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="content" id="home">
|
|
{% include "calendar.html" %}
|
|
</div>
|
|
|
|
{% endblock %} |