webseite/templates/page.html
c43923f1b2 I like woffles
Former-commit-id: 7e34b5f7d66c8a8dd91ed64fd64609d96de7a0af
2018-02-26 16:24:49 +01:00

9 lines
252 B
HTML

{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<div class="page">
<h2>{{ this.title }}</h2>
<span class="image main"><img src="images/njom.jpg" alt="" /></span>
{{ this.body }}
</div>
{% endblock %}