mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 23:30:29 +01:00
7 lines
160 B
Text
7 lines
160 B
Text
|
{% extends "layout" %}
|
||
|
{% block title %}{{ super() }} | {{ title }} {% endblock %}
|
||
|
{% block body %}
|
||
|
<h1>{{ title }}</h1>
|
||
|
<p>{{ about_text }}</p>
|
||
|
{% endblock %}
|