{% extends "base.html" %}
{% block main_content %}
{{ post_macros::page_header(title="a sadware company")}}
also on
{% for me in config.extra.me_links %}
{%- if loop.last -%}
and
{%- endif -%}
{{ me.name }}
{%- if not loop.last -%}
,
{%- else -%}
.
{%- endif -%}
{% endfor %}
{% endblock main_content %}