relift-html
Version:
A blazing fast view library that lets you put Javascript Template Literals in HTML
24 lines (18 loc) • 635 B
HTML
<div class="wrapper">
<hr />
<footer class="footer">
<section class="container">
© {{ __info__.year }} {{ site.name }} - License: MIT -
<a target="_blank" href="https://github.com/mardix/relift-html">Github</a> -
<a target="_blank" href="https://github.com/mardix/">Mardix</a> -
Thanks to <a target="_blank" href="https://milligram.io/">Milligram CSS</a>
- Last build: {{ "now" | format_date }}
</section>
</footer>
<hr />
</div>
{% for script in page.assets.scripts %}
{{ script_tag(script.url, attributes=script.attributes) }}
{% endfor %}
</body>
</html>