mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
5 lines
84 B
HTML
5 lines
84 B
HTML
<div>
|
|
<h1>Welcome</h1>
|
|
{% include "include-extends-included.html" %}
|
|
</div>
|