fmartingr.com/templates/home.html

11 lines
266 B
HTML

{% extends "_base.html" %}
{% block page_title %}{{ super() }} | {{ this.title }}{% endblock %}
{% block main_content %}
<div class="home-content grid center vertical-center">
{{ this.body }}
</div>
{% endblock %}
{% block body_class %}home{% endblock %}