Files
LowderPlay_cheburcheck/website/templates/typography.html.tera
T

6 lines
151 B
Plaintext

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