mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-14 18:54:27 +00:00
12 lines
243 B
HTML
12 lines
243 B
HTML
{%- import "utils.html" as utils with context -%}
|
|
{% extends "layout.html" %}
|
|
|
|
{% block head %}
|
|
<title>{{ title }}</title>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="centered primary-color">
|
|
<h1>{{ title }}</h1>
|
|
</div>
|
|
{% endblock %}
|