mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
8 lines
237 B
HTML
8 lines
237 B
HTML
{% extends "base.html" %}
|
|
{% block indextitle %}{% endblock %}
|
|
{% block content %}
|
|
<div class='page'>
|
|
<div class="page-header"><h1>{{ page.title }}</h1></div>
|
|
<div class="page-content">{{ page.content }}</div>
|
|
</div>
|
|
{% endblock %} |