flask website for la petite ecole
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
260 B

{% extends 'base.html' %}
{% block head %}
{% endblock %}
{% block nav %}
{% include 'menu.html'%}
{% endblock nav %}
{% block content %}
<div class="content_wrapper">
<article class="{{page.category}}">
{{ page }}
</article>
</div>
{% endblock %}