Add initial web app scaffolding
This commit is contained in:
10
section7/templates/error.html.j2
Normal file
10
section7/templates/error.html.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html.j2" %}
|
||||
{% from "macros.html.j2" import make_header %}
|
||||
|
||||
{% block header %}
|
||||
{{ make_header(title) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{{ error.title }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user