mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-09-26 08:18:03 +03:00
6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
{% macro heading(title) %}
|
|
<h2 id="{{ title | slugify }}">
|
|
<a href="#{{ title | slugify }}">{{ title }}</a>
|
|
</h2>
|
|
{% endmacro title %}
|