marzeq/ssg
clone
---
template="base.html"
---
<main data-section="{{ section }}">
{% if weight == 10 %}
<p>Featured entry</p>
{% else %}
<p>Regular entry</p>
{% endif %}
{{ content }}
</main>
---
template="base.html"
---
<main data-section="{{ section }}">
{% if weight == 10 %}
<p>Featured entry</p>
{% else %}
<p>Regular entry</p>
{% endif %}
{{ content }}
</main>