{%- from 'common/macros.html' import subheader -%} {%- extends 'base.html' -%} {%- block title -%}Forbidden{%- endblock -%} {%- block content -%} {%- call() subheader('403 Forbidden') -%} You are not allowed to access this page or perform this action. {%- endcall -%} {%- endblock -%}