halo-theme-Single/500.ftl

12 lines
312 B
Plaintext

<#include "header.ftl" />
<@head title="500 - ${blog_title!}"/>
<main>
<div class="wrap">
<div class="error-page">
<h1>500</h1>
<p>嘤嘤嘤,出错了</p>
<img src="${theme_base!}/source/images/404.png"/>
</div>
</div>
</main>
<#include "footer.ftl">