feat: Changes to template inheritance
Changes to what goes where.
This commit is contained in:
parent
10c71a3909
commit
48b6e1d0ed
8 changed files with 73 additions and 80 deletions
|
|
@ -62,14 +62,4 @@ tags:
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
{{ block.super -}}
|
||||
{% render 'hippie/partials/log-assets', state: true -%}
|
||||
{% render 'hippie/partials/log-log', msg: 'BODY :: Assets loaded, running page specific script...', arg: true -%}
|
||||
<script>
|
||||
// Page script
|
||||
</script>
|
||||
{% render 'hippie/partials/log-log' with 'Application ready... or is it?' as msg -%}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue