{% if config.get('CORNERSTONE_LOGO') %}
{% endif %} {{ config.get('CORNERSTONE_TITLE', 'CornerstoneCMS') }}
{% for link in links %}
{{ link.title }}
{% endfor %}
{% block content %}{% endblock %}