microbin/templates/footer.html
2024-03-13 21:23:24 +01:00

15 lines
425 B
HTML

{% if !args.hide_footer %}
<p style="font-size: small; text-align: center;margin-top: 2rem;">
{% if args.footer_text.as_ref().is_none() %}
<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>! {%- else %} {{ args.footer_text.as_ref().unwrap()|safe }} {%-
endif %}
</p>
{%- endif %}
</body>
</html>