You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
299 B
15 lines
299 B
2 years ago
|
{% layout 'layout.liquid' %}
|
||
|
|
||
|
{% block app_main %}
|
||
|
<div class="container-full">
|
||
|
<div class="grid">
|
||
|
<div class="col-12">
|
||
|
<app-hub-index></app-hub-index>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block script %}
|
||
|
<script async src="/js/app.js"></script>
|
||
|
{% endblock %}
|