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