Add AppBundle and the YouTube and Vimeo Twig functions

This commit is contained in:
Oliver Davies 2016-03-28 19:11:12 +01:00
parent 2f7d9de95b
commit 3cb4e74448
11 changed files with 134 additions and 5 deletions

View file

@ -28,7 +28,7 @@ You can [view the full slides](/slides/phpsw/building-static-websites-with-sculp
{% endblock %}
{% block video %}
<iframe width="560" height="315" src="https://www.youtube.com/embed/aN53arCKZAU" frameborder="0" allowfullscreen></iframe>
{{ youtube('aN53arCKZAU')|raw }}
{% endblock %}
{% block feedback %}