mirror of
https://github.com/jlengrand/irma-website.git
synced 2026-03-10 08:21:20 +00:00
- 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.
6 lines
211 B
HTML
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> |