Skip to content

Instantly share code, notes, and snippets.

Avatar
😀

Grégoire Pineau lyrixx

😀
View GitHub Profile
@lyrixx
lyrixx / base.twig
Created January 3, 2012 15:09 — forked from xavierbriand/base.twig
Twig training
View base.twig
{# manipulation des variables #}
{% set une_string = 'test' %}
<p>
{{ une_string }}
</p>
<hr />