{% extends "layouts/app.twig" %} {% block content %}
{{ tvshow.tagline }}
{% endif %}{{ tvshow.overview }}
{{ episode.overview|slice(0, 100) }}{% if episode.overview|length > 100 %}...{% endif %}
{% endif %}No episodes available.
{% endif %}{{ metadata|json_encode(constant('JSON_PRETTY_PRINT')) }}