Files
recipes/cookbook/templates/test.html
vabene1111 02aec7d6d6 very WIP
2021-01-11 16:19:37 +01:00

15 lines
178 B
HTML

{% load render_bundle from webpack_loader %}
<div id="app">
<app></app>
</div>
{% render_bundle 'chunk-vendors' %}
{% render_bundle 'recipe_view' %}
<script>
</script>