argue-2.0.0-alpha4/modules/argue_proscons/templates/argument.html.twig
modules/argue_proscons/templates/argument.html.twig
{#
/**
* @file argument.html.twig
* Default theme implementation to present Argument data.
*
* This template is used when viewing Argument pages.
*
*
* Available variables:
* - content: A list of content items. Use 'content' to print all content, or
* - attributes: HTML attributes for the container element.
*
* @see template_preprocess_argument()
*
* @ingroup themeable
*/
#}
{% if content %}
<div{{ attributes.addClass('argument') }}>
<div class="content">
{{- content -}}
</div>
</div>
{% endif %}
