{% set template_css = '../../css/templates/system.css' %} {% extends '../layouts/base.html' %} {% block body %}
{# Content #} {% module 'content' path='@hubspot/rich_text', html='

Page not found.

' %} {# Button #} {% module 'button' path='../../modules/button', styles={ 'presets': { 'button_style': 'secondary' } }, button_text='Go Home', button_link={ 'url': { 'type': 'EXTERNAL', 'href': '/' } } %}
{% endblock body %}