UNPKG

306 BHTMLView Raw
1<div class="not-found">
2 <img src="/images/punchcard-404.svg" class="not-found--svg" alt="Punchcard 404, Page Not Found">
3 <h2 class="not-found--h2">{{message}}</h1>
4
5 {% if safe %}
6 <p class="not-found--p">You could try <a href="{{safe}}" class="not-found--link">{{safe}}</a></p>
7 {% endif %}
8</div>