remove include of spritesheet in base template

This commit is contained in:
Matthew Gaffen 2019-08-15 11:47:00 +01:00
parent 2eeca8f563
commit 147e31d03c

View File

@ -1,9 +1,6 @@
{% include "partials/header.njk" %}
</head>
<body>
<div class="hidden">
{% include "partials/sprite.svg" %}
</div>
<header>
<h1>SSR Rendering in Nunjucks proof of concept</h1>
</header>