--- layout: base ---
{% include appheader.html %}
{{ page.slug }}
{{ page.name }} {{ content | safe }}
{% if page.image %}
{% endif %}

Date: {{ page.date | date: "%b %-d, %Y" }}

Question: {{ page.name }}

{% if page.options %}

Options: {% for option in page.options %} {{ option }} {% endfor %}

{% endif %}

{% include notification.html %}