mirror of
https://github.com/tokio-rs/axum.git
synced 2024-12-14 10:45:46 +01:00
7 lines
162 B
Text
7 lines
162 B
Text
|
{% extends "layout" %}
|
||
|
{% block title %}{{ super() }} | {{ title }} {% endblock %}
|
||
|
{% block body %}
|
||
|
<h1>{{ title }}</h1>
|
||
|
<p>{{ welcome_text }}</p>
|
||
|
{% endblock %}
|