{{ _('About') }} {{ organization.name }}
{% cache 3600 'organization_html' organization.id MATH_ENGINE %}
{{ organization.about|markdown('organization-about', MATH_ENGINE)|reference|str|safe }}
{% endcache %}
{{ _('Organization news') }}
{% for post in posts %}
{% include "blog/content.html" %}
{% else %}
{% endif %}
{{ _('There is no news at this time.') }}
{% endfor %}