mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-03-21 11:05:02 +00:00
5 lines
151 B
Text
5 lines
151 B
Text
{% macro heading(title) %}
|
|
<h2 id="{{ title | slugify }}">
|
|
<a href="#{{ title | slugify }}">{{ title }}</a>
|
|
</h2>
|
|
{% endmacro title %}
|