main.html 385 B

123456789101112
  1. {% extends "base.html" %}
  2. {% block outdated %}
  3. You're not viewing the latest version.
  4. <a href="{{ '../' ~ base_url }}">
  5. <strong>Click here to go to latest.</strong>
  6. </a>
  7. {% endblock %}
  8. {% block footer %}
  9. <img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=6658a9eb-067d-49f1-94f2-b8b00f21451e" alt=""/>
  10. {{ super() }}
  11. {% endblock %}