template.tpl 84 B

12345
  1. {% if _u.logged == 1 %}
  2. <div class="well">
  3. hello
  4. </div>
  5. {% endif %}