2020-03-26 14:54:59 +03:00
|
|
|
{#-
|
|
|
|
This file was automatically generated - do not edit
|
|
|
|
-#}
|
|
|
|
{% extends "base.html" %}
|
2020-03-26 17:23:22 +03:00
|
|
|
{% block extrahead %}
|
2022-03-27 17:49:19 +03:00
|
|
|
<link rel="stylesheet" href="{{ 'overrides/assets/stylesheets/main.8464ae1a.min.css' | url }}">
|
2020-03-26 17:23:22 +03:00
|
|
|
{% endblock %}
|
2020-03-26 14:54:59 +03:00
|
|
|
{% block announce %}
|
2020-06-20 13:24:35 +03:00
|
|
|
<a href="https://twitter.com/squidfunk">
|
|
|
|
For updates follow <strong>@squidfunk</strong> on
|
|
|
|
<span class="twemoji twitter">
|
2020-12-22 15:06:03 +03:00
|
|
|
{% include ".icons/fontawesome/brands/twitter.svg" %}
|
2020-04-25 16:56:00 +03:00
|
|
|
</span>
|
2020-06-20 13:24:35 +03:00
|
|
|
<strong>Twitter</strong>
|
2020-04-05 15:09:20 +03:00
|
|
|
</a>
|
2020-03-26 14:54:59 +03:00
|
|
|
{% endblock %}
|
2022-04-07 20:18:50 +03:00
|
|
|
{% block content %}
|
|
|
|
{% include "overrides/partials/content.html" %}
|
|
|
|
{% endblock %}
|
2021-02-06 11:57:40 +03:00
|
|
|
{% block scripts %}
|
2020-07-23 11:23:32 +03:00
|
|
|
{{ super() }}
|
2022-03-22 21:34:23 +03:00
|
|
|
<script src="{{ 'overrides/assets/javascripts/bundle.641d98f2.min.js' | url }}"></script>
|
2020-07-23 11:23:32 +03:00
|
|
|
{% endblock %}
|