Files
irma-website/_includes/block-irma-hero-1.html
Rowan Goemans 00b1ba1124 irma/main#328
- Cleaned up project structure and removed various unused template stuff.
	- Added i18n lib and split moved all translations to seperate files.
        - Added very simple language selector.
2019-10-29 13:56:58 +01:00

6 lines
211 B
HTML

<section class="block block-hero-1">
<div class="container">
<div class="destination" id="{% t section.id %}"></div>
<h1><span class="black light">{% t section.heading %}</span></h1>
</div>
</section>