1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-26 05:02:58 +00:00
Files
blag/blag/templates/page.html
Bastian Venthur fe268516e3 Improved the default theme.
Closes: #48
2023-06-13 16:29:44 +02:00

10 lines
124 B
HTML

{% extends "base.html" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
{{ content }}
{% endblock %}