podcast-webseite/templates/page.html
L3D b9bbd07e6e
Initial commit
Initial commit with lektor:
```bash
lektor quickstart
```
2019-05-25 20:06:05 +02:00

6 lines
154 B
HTML

{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<h2>{{ this.title }}</h2>
{{ this.body }}
{% endblock %}