Skip to content

Commit b824e19

Browse files
authored
fix(template) Allow error page to render nicely
Allow error page to render nicely: apply template to error page too
1 parent be789ce commit b824e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/pages/error-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<div xmlns="http://www.w3.org/1999/xhtml" data-template-with="templates/page.html" data-template-at="content">
2+
<div xmlns="http://www.w3.org/1999/xhtml" data-template="templates:surround" data-template-with="templates/page.html" data-template-at="content">
33
<h1>An error has occurred</h1>
44
<p>An error has been generated by the application.</p>
55
<pre class="error templates:error-description"/>

0 commit comments

Comments
 (0)