webseite/templates/site.html
DO1JLR 150af6993e Ein neuer Waffelstart
Former-commit-id: f929ca50d77598d98bdb5d73571e7f5cd060e8f7 [formerly 480d4b0098e78bac347b870ea3eeac012007626b]
Former-commit-id: 652d21c926ff95c6debf7c6ab71209059023d6e5
2018-04-24 20:39:56 +02: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 %}