2017-08-14 11:58:21 +00:00
|
|
|
<article class="media bd-pro bd-is-{{ include.type }}">
|
2017-07-31 15:06:31 +00: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 15:06:31 +00:00
|
|
|
</span>
|
|
|
|
</aside>
|
|
|
|
<div class="media-content">
|
|
|
|
<p class="title is-5 pro-title">
|
|
|
|
{{ include.title }}
|
|
|
|
</p>
|
2017-08-14 11:44:24 +00:00
|
|
|
<div class="bd-pro-content">
|
2017-07-31 15:06:31 +00:00
|
|
|
{{ include.content | markdownify }}
|
2018-04-10 17:50:19 +00:00
|
|
|
|
|
|
|
{% if include.title == 'No JavaScript' %}
|
2019-04-07 15:28:01 +00:00
|
|
|
{% include elements/tw.html tweet_id="860885116909998080" modifier='bd-is-grey' %}
|
2018-04-10 17:50:19 +00:00
|
|
|
{% endif %}
|
2017-07-31 15:06:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-08-14 11:44:24 +00:00
|
|
|
</article>
|