Skip to content

Commit

Permalink
GH-83: Noop: Add markup whitespace for legibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Aug 23, 2021
1 parent dba3f4b commit c24e0f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taccsite_cms/contrib/taccsite_callout/templates/callout.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{% load cms_tags %}

<aside {# class="c-callout" #}{{ instance.attributes_str }}>

<h2 class="c-callout__title">{{ instance.title }}</h2>
<p class="c-callout__desc">{{ instance.description }}</p>

{% if image_plugin %}
<figure class="c-callout__figure">
{% for plugin_instance in instance.child_plugin_instances %}
{% render_plugin plugin_instance %}
{% endfor %}
</figure>
{% endif %}

</aside>

0 comments on commit c24e0f9

Please sign in to comment.