uncia/uncia/frontend/templates/error.haml

11 lines
170 B
Plaintext

- extends 'base.html'
- set title = 'Error '+code
- block content
%div{'class': 'section', 'id': 'error'}
%h2{'class': 'title'}
Error {{code}}
%center {{msg}}