generator-roosevelt
Version:
🏭🧸 Command line application for creating Roosevelt apps.
14 lines (13 loc) • 420 B
HTML
<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>