KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chat.twig 381B

9 years ago
12345678910
  1. {% extends "content/post.twig" %}
  2. {% block content %}
  3. {% if post['title'] %}
  4. <h2 class="title">
  5. <a href="$post.url" rel="bookmark" title="${ "Permanent Link to" | translate } &quot;$post.title&quot;">$post.title</a>
  6. </h2>
  7. {% endif %}
  8. ${ post.dialogue | read_more }
  9. {% endblock %}