{% extends "layout.html" %} {% block content %}
{% if channel.title and channel.title != 'Loading...' %}@{{ channel.title|replace(' ', '') }}{% else %}@Loading...{% endif %}