mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 23:09:52 +00:00
12 lines
351 B
HTML
12 lines
351 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<p>
|
|
You should be being redirected...
|
|
Otherwise, click <a id="manual_redirect">here</a>.
|
|
</p>
|
|
|
|
<p class="smallText"> page generated by <a href="https://github.com/alvierahman90/gronk">gronk</a></p>
|
|
<script> const data = {{ data|tojson }} </script>
|
|
<script src="/js/permalink.js"> </script>
|
|
{% endblock %}
|