2021-01-27 23:30:42 +00:00
|
|
|
<div id="meta" class="bd-features">
|
|
|
|
<div class="bd-features-title">
|
|
|
|
Features
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<ul class="bd-features-list">
|
|
|
|
{% if include.new %}
|
|
|
|
<li class="bd-feature">
|
|
|
|
<span class="bd-feature-label">New!</span>
|
|
|
|
</li>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if include.experimental %}
|
|
|
|
<li class="bd-feature">
|
|
|
|
<strong class="bd-feature-label has-text-danger">Experimental</strong>
|
|
|
|
</li>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if include.since %}
|
|
|
|
<li class="bd-feature">
|
|
|
|
<span class="bd-feature-label">Since</span>
|
|
|
|
<span class="bd-feature-since">{{ include.since }}</span>
|
|
|
|
</li>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<li class="bd-feature">
|
|
|
|
<span class="bd-feature-label">Colors</span>
|
|
|
|
|
2017-07-28 21:57:51 +00:00
|
|
|
{% if include.colors %}
|
2021-01-27 23:30:42 +00:00
|
|
|
<a class="bd-feature-yes" href="#colors">Yes</a>
|
2017-07-28 21:57:51 +00:00
|
|
|
{% else %}
|
2021-01-27 23:30:42 +00:00
|
|
|
<span class="bd-feature-no">No</span>
|
2017-07-28 21:57:51 +00:00
|
|
|
{% endif %}
|
2021-01-27 23:30:42 +00:00
|
|
|
</li>
|
|
|
|
|
|
|
|
<li class="bd-feature">
|
|
|
|
<span class="bd-feature-label">Sizes</span>
|
2017-07-28 21:57:51 +00:00
|
|
|
|
|
|
|
{% if include.sizes %}
|
2021-01-27 23:30:42 +00:00
|
|
|
<a class="bd-feature-yes" href="#sizes">Yes</a>
|
2017-07-28 21:57:51 +00:00
|
|
|
{% else %}
|
2021-01-27 23:30:42 +00:00
|
|
|
<span class="bd-feature-no">No</span>
|
2017-07-28 21:57:51 +00:00
|
|
|
{% endif %}
|
2021-01-27 23:30:42 +00:00
|
|
|
</li>
|
|
|
|
|
|
|
|
<li class="bd-feature">
|
|
|
|
<span class="bd-feature-label">Variables</span>
|
2017-07-28 21:57:51 +00:00
|
|
|
|
|
|
|
{% if include.variables %}
|
2021-01-27 23:30:42 +00:00
|
|
|
<a class="bd-feature-yes" href="#variables">Yes</a>
|
2017-07-28 21:57:51 +00:00
|
|
|
{% else %}
|
2021-01-27 23:30:42 +00:00
|
|
|
<span class="bd-feature-no">No</span>
|
2017-07-28 21:57:51 +00:00
|
|
|
{% endif %}
|
2021-01-27 23:30:42 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
2017-07-28 21:57:51 +00:00
|
|
|
</div>
|