treewide: Migrate to the new dream2nix API
This commit is contained in:
parent
5163ef9d6a
commit
40e0946201
59 changed files with 15003 additions and 24504 deletions
21
packages/templates/src/error.html
Normal file
21
packages/templates/src/error.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<extends src="./lib/html/base.html">
|
||||
<block name="content">
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h1 class="title has-text-weight-normal">{{ error.status_code }}</h1>
|
||||
|
||||
<div class="columns">
|
||||
<div class="column content">
|
||||
<!-- prettier-ignore -->
|
||||
<markdown>
|
||||
{{ error.message }}
|
||||
|
||||
If you think this is a mistake, feel free to [contact
|
||||
me](~/src/mail.html)!
|
||||
</markdown>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</block>
|
||||
</extends>
|
||||
Loading…
Add table
Add a link
Reference in a new issue