mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
15 lines
178 B
HTML
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> |