generator-roosevelt
Version:
🏭🧸 Command line application for creating Roosevelt apps.
15 lines (14 loc) • 524 B
HTML
<!--! roosevelt-blocklist (this comment prevents the template from being bundled in client-side JS) -->
<include src="layouts/main">
<arg pageContent>
<article id="notFound">
<p>The requested <abbr title="Uniform Resource Locator">URL</abbr> {server.url} was not found on this server.</p>
<footer>
<address>{server.mainDomain} {server.appVersion}</address>
<if server.NODE_ENV="development">
{server.debugMarkup|s}
</if>
</footer>
</article>
</arg>
</include>