hakyll-contrib-i18n-0.1.0.0: data/templates/archive.html
<main>
<h1>$translate(title)$</h1>
<aside>
<a href="$switch$">
$if(single)$
$translate("POSTS_IN_EVERY_LANGUAGES")$
$else$
$translate("POSTS_IN_LANGUAGE_ONLY")$
$endif$
</a>
</aside>
<section>
$partial("templates/post-list.html")$
</section>
</main>