cannabinieri_web_actix/templates/info.html

8 lines
181 B
HTML
Raw Normal View History

2021-12-12 19:13:13 +01:00
{% extends "index.html" %}
2021-12-14 11:37:15 +01:00
{% block head %}
{{ super() }}
<link rel="stylesheet" href="box.css"/>
{% endbock%}
{% block child %}
<h1>Hello from child template 1 !</h1>
{% endblock%}