10 lines
No EOL
373 B
HTML
10 lines
No EOL
373 B
HTML
{% extends "base.html" %}
|
|
|
|
{# Page hooks #}
|
|
{% macro post_above_content(page) %}{% endmacro post_above_content %}
|
|
{% macro post_below_content(page) %}{% endmacro post_below_content %}
|
|
{% macro post_below_tags(page) %}{% endmacro post_below_tags %}
|
|
|
|
{% macro posts_below_title(page) %}
|
|
<span class="description"> {{page.description}} </span>
|
|
{% endmacro posts_below_title %} |