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.

video.twig 227B

9 years ago
1234567
  1. {% extends "content/post.twig" %}
  2. {% block content %}
  3. ${ feathers['video'].embed_tag_for(post, 440) }
  4. <br />
  5. ${ post.caption | read_more }
  6. {% endblock %}