2022-05-07 21:30:57 +00:00
|
|
|
{% if !args.hide_footer %}
|
|
|
|
|
2022-04-10 22:21:45 +00:00
|
|
|
<hr>
|
|
|
|
<p style="font-size: smaller">
|
2022-06-03 16:24:34 +00:00
|
|
|
{% if args.footer_text.as_ref().is_none() %}
|
2022-11-01 18:56:07 +00:00
|
|
|
<a href="https://microbin.eu">MicroBin</a> by Dániel Szabó and the FOSS Community.
|
|
|
|
Let's keep the Web <b>compact</b>, <b>accessible</b> and <b>humane</b>!
|
2022-06-03 16:24:34 +00:00
|
|
|
{%- else %}
|
2022-11-01 18:56:07 +00:00
|
|
|
{{ args.footer_text.as_ref().unwrap() }}
|
2022-06-03 16:24:34 +00:00
|
|
|
{%- endif %}
|
2022-04-10 22:21:45 +00:00
|
|
|
</p>
|
2022-05-07 21:30:57 +00:00
|
|
|
|
|
|
|
{%- endif %}
|
|
|
|
|
2022-04-10 22:21:45 +00:00
|
|
|
</body>
|
2022-11-01 18:56:07 +00:00
|
|
|
|
2022-04-10 22:21:45 +00:00
|
|
|
</html>
|