openquestions-1.0.x-dev/templates/oq-application-history.html.twig
templates/oq-application-history.html.twig
{#
/**
* @file
* Default theme implementation to present an oq application history entity.
*
* This template is used when viewing a canonical oq application history page,
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* print a subset such as 'content.label'.
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_oq_application_history()
*/
#}
<article{{ attributes }}>
{% if view_mode != 'full' %}
{{ title_prefix }}
{{ title_suffix }}
{% endif %}
{% if content %}
{{- content -}}
{% endif %}
</article>
