--- layout: default --- {% include minutes-to-read.html %}
{% include breadcrumbs.html path=page.path title=page.title %}

{{ page.title }}

{% for x in page.questions %}
{% if x.image %}
{% endif %}

{{x.question}}

{{x.answer}}
{% endfor %}
{{ content }}