{% extends "base.html" %} {% block content %}

{{ section.title | default(value="Elf's Notes") }}

{{ section.extra.lead | default(value="Please start setting config.toml and adding your content.") | safe }}

{% if section.extra.list %} {% for val in section.extra.list %}

{{ val.title }}

{{ val.content | safe }}

{% endfor %} {% endif %}
{% endblock %}