mirror of
https://github.com/fergalmoran/fsai-api.git
synced 2026-01-09 18:15:57 +00:00
6 lines
145 B
HTML
6 lines
145 B
HTML
{% extends 'layouts/base.html' %}
|
|
|
|
{% block content %}
|
|
<h1 class="ui header">403</h1>
|
|
<h3 class="ui header">Forbidden</h3>
|
|
{% endblock %} |