150af6993e
Former-commit-id: f929ca50d77598d98bdb5d73571e7f5cd060e8f7 [formerly 480d4b0098e78bac347b870ea3eeac012007626b] Former-commit-id: 652d21c926ff95c6debf7c6ab71209059023d6e5
9 lines
252 B
HTML
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 %}
|