feat: change api framework to angel3.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block title %}Error{% endblock %}
|
||||
{% block body %}
|
||||
<p>Error: {{ message }}</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user