diff --git a/templates/bundles/TwigBundle/Exception/error.html.twig b/templates/bundles/TwigBundle/Exception/error.html.twig new file mode 100644 index 0000000..d9aa7d9 --- /dev/null +++ b/templates/bundles/TwigBundle/Exception/error.html.twig @@ -0,0 +1,13 @@ +{% extends 'base.html.twig' %} + +{% block body %} +
+ Something has gone awry in our publishing engine. The ink has spilled, the type has scattered, + and the content cannot be delivered at this time. +
+ + Return to the homepage +{% endblock %} diff --git a/templates/bundles/TwigBundle/Exception/error404.html.twig b/templates/bundles/TwigBundle/Exception/error404.html.twig new file mode 100644 index 0000000..6491a00 --- /dev/null +++ b/templates/bundles/TwigBundle/Exception/error404.html.twig @@ -0,0 +1,14 @@ +{% extends 'base.html.twig' %} + +{% block body %} ++ Like a missing manuscript or a chapter torn from time, the page you're looking for cannot be found. + It might have been moved, renamed, or never published at all. +
+ + Return to the homepage +{% endblock %} +