This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends '@YourWhateverNameYouUseBundle/layout.html.twig' %} | |
{% block body %} | |
<button class="btn">Hello {{ name }}!</button> | |
{# example: use for regular assets somewhere deep in your javascripts #} | |
{# assets:install --env=... has to be run beforehand #} | |
<script type="text/javascript" src="{{ asset('bundles/yourwhatevernameyouusebundle/js/ckeditor/ckeditor.js') }}"></script> | |
{% endblock body %} |