4 lines
213 B
Twig
4 lines
213 B
Twig
{% extends 'errors/master.twig' %}
|
|
|
|
{% set http_error_title = 'Error 500' %}
|
|
{% set http_error_desc = 'Something went horrendously wrong! Please <a href="//fii.moe/bugs">report</a> this if the error persists.' %}
|