2017-08-14 12:58:21 +01:00
|
|
|
<article class="media bd-pro bd-is-{{ include.type }}">
|
2017-07-31 16:06:31 +01:00
|
|
|
<aside class="media-left">
|
|
|
|
|
<span class="icon">
|
2018-01-10 16:30:23 +00:00
|
|
|
<i class="{% if include.icon_brand %}fab{% else %}fas{% endif %} fa-{{ include.icon }}"></i>
|
2017-07-31 16:06:31 +01:00
|
|
|
</span>
|
|
|
|
|
</aside>
|
|
|
|
|
<div class="media-content">
|
|
|
|
|
<p class="title is-5 pro-title">
|
|
|
|
|
{{ include.title }}
|
|
|
|
|
</p>
|
2017-08-14 12:44:24 +01:00
|
|
|
<div class="bd-pro-content">
|
2017-07-31 16:06:31 +01:00
|
|
|
{{ include.content | markdownify }}
|
2018-04-10 18:50:19 +01:00
|
|
|
|
|
|
|
|
{% if include.title == 'No JavaScript' %}
|
2024-03-21 16:11:54 +00:00
|
|
|
{% include docs/elements/tw.html tweet_id="860885116909998080" modifier='bd-is-grey' %}
|
2018-04-10 18:50:19 +01:00
|
|
|
{% endif %}
|
2017-07-31 16:06:31 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2017-08-14 12:44:24 +01:00
|
|
|
</article>
|