Add css extraction

This commit is contained in:
2018-06-24 12:26:41 +03:00
parent 9125f92432
commit 3e81397fe1
7 changed files with 55 additions and 22 deletions

View File

@ -5,7 +5,11 @@ description: Демо-версия электронной гадалки Шен
---
{% block js %}
<script src="/static/predictor.js?v={{ date().timestamp }}"></script>
<script async src="/static/predictor.js?v={{ date().timestamp }}"></script>
{% endblock %}
{% block css %}
<link rel="stylesheet" href="/static/predictor.css?v={{ date().timestamp }}">
{% endblock %}
{% block content %}