mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
6 lines
123 B
HTML
6 lines
123 B
HTML
{%- block block_in_base -%}
|
|
block_in_base: from base!
|
|
{% endblock -%}
|
|
|
|
{%- include "block_in_include_partial.html" -%}
|