blog/themes/next/layout/schedule.swig
2019-05-30 18:52:14 +08:00

15 lines
328 B
Plaintext

{% block content %}
{######################}
{### SCHEDULE BLOCK ###}
{######################}
<div class="post-block schedule">
<div id="schedule">
<ul id="event-list">
</ul>
</div>
</div>
{##########################}
{### END SCHEDULE BLOCK ###}
{##########################}
{% endblock %}