Files
react.dev/_layouts/hero.html
2016-10-21 20:59:08 +01:00

12 lines
149 B
HTML

---
layout: default
---
{% if page.id == 'home' %}
{% include hero.html %}
{% endif %}
<section class="content wrap">
{{ content }}
</section>