1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-09 11:52:31 +00:00
free_zed.gitlab.io/theme-uberspot/templates/page.html

14 lines
318 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block title %}{{ page.title|striptags }}{% endblock %}
{% block content %}
<article>
<header>
<h1><a href="/{{ page.url }}" rel="bookmark">{{ page.title|striptags }}</a></h1>
</header>
<div class="body">
{{ page.content }}
</div>
</article>
{% endblock %}