UNPKG

relift-html

Version:

A blazing fast view library that lets you put Javascript Template Literals in HTML

24 lines (18 loc) 635 B
<div class="wrapper"> <hr /> <footer class="footer"> <section class="container"> &copy; {{ __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>