parent
8517b944fd
commit
e834838cfc
@ -0,0 +1,35 @@
|
|||||||
|
{% extends 'partials/base.html.twig' %}
|
||||||
|
|
||||||
|
{% block head %}
|
||||||
|
<base href="/merchandise/">
|
||||||
|
|
||||||
|
{{ parent() }}
|
||||||
|
|
||||||
|
{% endblock head %}
|
||||||
|
|
||||||
|
{% block stylesheets %}
|
||||||
|
{% do assets.addCss('/merchandise/assets/styles.bundle.css') %}
|
||||||
|
|
||||||
|
{{ parent() }}
|
||||||
|
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block bottom %}
|
||||||
|
{{ parent() }}
|
||||||
|
|
||||||
|
{% do assets.addJs('/merchandise/assets/inline.bundle.js') %}
|
||||||
|
{% do assets.addJs('/merchandise/assets/polyfills.bundle.js') %}
|
||||||
|
{% do assets.addJs('/merchandise/assets/main.bundle.js') %}
|
||||||
|
|
||||||
|
{{ assets.js() }}
|
||||||
|
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
{{ page.content }}
|
||||||
|
|
||||||
|
<section class="mat-typography" style="min-height: 26em">
|
||||||
|
<merchandise-app></merchandise-app>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
{% endblock %}
|
Loading…
Reference in new issue