{% macro autoreload() %} {% endmacro %} {% macro render_item(name, permalink, description) %} {% if permalink is defined %}
{{ name }}
{% if description is defined %}
{{ description }}
{% endif %}
{% else %}
{{ name }}
{% if description is defined %}
{{ description }}
{% endif %}
{% endif %} {% endmacro %} {% macro section(sect) %}

{{ sect.name }}

{% for item in sect.items %} {{ render_item(item.name, item.permalink, item.description) }} {% endfor %}
{% endmacro %} {% if dev %} {{ autoreload() }} {% endif %} {{ name }}

{{ name }}

{{ description }}

{{ section(social) }} {{ section(service) }} {{ section(personal_service) }}