forked from rc/aircox
12 lines
262 B
HTML
12 lines
262 B
HTML
{% comment %}
|
|
Context:
|
|
- object: diffusion
|
|
- "episode_item"'s context (except object and diffusion)
|
|
{% endcomment %}
|
|
{% with object as diffusion %}
|
|
{% with object.episode as object %}
|
|
{% include "aircox/widgets/episode_item.html" %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
|