|
|
@ -1,14 +1,14 @@
|
|
|
|
{% extends 'partials/base.html.twig' %}
|
|
|
|
{% extends 'partials/base.html.twig' %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block head %}
|
|
|
|
{% block head %}
|
|
|
|
<base href="/comments/">
|
|
|
|
<base href="/twitch-logs/">
|
|
|
|
|
|
|
|
|
|
|
|
{{ parent() }}
|
|
|
|
{{ parent() }}
|
|
|
|
|
|
|
|
|
|
|
|
{% endblock head %}
|
|
|
|
{% endblock head %}
|
|
|
|
|
|
|
|
|
|
|
|
{% block stylesheets %}
|
|
|
|
{% block stylesheets %}
|
|
|
|
{% do assets.addCss('/comments/assets/styles.bundle.css') %}
|
|
|
|
{% do assets.addCss('/twitch-logs/assets/styles.bundle.css') %}
|
|
|
|
|
|
|
|
|
|
|
|
{{ parent() }}
|
|
|
|
{{ parent() }}
|
|
|
|
|
|
|
|
|
|
|
@ -17,9 +17,9 @@
|
|
|
|
{% block bottom %}
|
|
|
|
{% block bottom %}
|
|
|
|
{{ parent() }}
|
|
|
|
{{ parent() }}
|
|
|
|
|
|
|
|
|
|
|
|
{% do assets.addJs('/comments/assets/inline.bundle.js') %}
|
|
|
|
{% do assets.addJs('/twitch-logs/assets/inline.bundle.js') %}
|
|
|
|
{% do assets.addJs('/comments/assets/polyfills.bundle.js') %}
|
|
|
|
{% do assets.addJs('/twitch-logs/assets/polyfills.bundle.js') %}
|
|
|
|
{% do assets.addJs('/comments/assets/main.bundle.js') %}
|
|
|
|
{% do assets.addJs('/twitch-logs/assets/main.bundle.js') %}
|
|
|
|
|
|
|
|
|
|
|
|
{{ assets.js() }}
|
|
|
|
{{ assets.js() }}
|
|
|
|
|
|
|
|
|