Skip to content

Instantly share code, notes, and snippets.

@kklecho
Created December 8, 2019 23:54
Show Gist options
  • Save kklecho/b9b8ef0332c4e84f125c8778ae815bd0 to your computer and use it in GitHub Desktop.
Save kklecho/b9b8ef0332c4e84f125c8778ae815bd0 to your computer and use it in GitHub Desktop.
{% extends 'base.html.twig' %}
{% block title %}Home page{% endblock %}
{% block body %}
<div ref="words" data-words="{{ words|join(',') }}">
</div>
<div id="app">
<app></app>
</div>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment