diff options
Diffstat (limited to 'templates/errors/default.twig')
-rw-r--r-- | templates/errors/default.twig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/errors/default.twig b/templates/errors/default.twig new file mode 100644 index 00000000..a04afc4e --- /dev/null +++ b/templates/errors/default.twig @@ -0,0 +1,7 @@ +{% extends "layouts/app.twig" %} + +{% block title %}Error {{ status }}{% endblock %} + +{% block content %} + <div class="alert alert-info">{{ content }}</div> +{% endblock %} |