from actix to rocket

This commit is contained in:
2019-08-05 17:06:27 +03:00
parent a7b1233a0c
commit 2a6cd616be
8 changed files with 359 additions and 1299 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base" %}
{% block title %}404{% endblock title %}
{% block content %}
<h1>404 - Could not find that page</h1>

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %} {% block title %} Ответ {% endblock title %}
{% extends "base" %} {% block title %} Ответ {% endblock title %}
{% block content %}
<!-- <h1>{{ id }}</h1> -->

View File

@@ -7,7 +7,7 @@
<title>{% block title %}{% endblock title %}</title>
</head>
<body>
{% include "nav.html" %}
{% include "nav" %}
<div id="content" class="container">{% block content %}{% endblock content %}</div>
</body>
</html>

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %} {% block title %} Вопрос {% endblock title %}
{% extends "base" %} {% block title %} Вопрос {% endblock title %}
{% block content %}
<!-- <h1>{{ id }}</h1> -->