cheburcheck/website/templates/typography.html.tera
2025-11-27 00:39:54 +05:00

5 lines
151 B
Text

{% macro heading(title) %}
<h2 id="{{ title | slugify }}">
<a href="#{{ title | slugify }}">{{ title }}</a>
</h2>
{% endmacro title %}