Sentry/assets/twig/index.twig

16 lines
273 B
Twig
Raw Normal View History

2022-05-25 14:28:19 -04:00
{% extends 'layout.twig' %}
{% block scripts %}
<script src="./js/index.js" charset="utf-8"></script>
{% endblock %}
{% block content %}
<header class="row">
<div class="columns twelve u-text-center">
<h1>Sentry System Info</h1>
</div>
</header>
{% endblock %}