9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
|
{{ object.title }}
|
||
|
{% for article in object.emailerarticle_set.all %}
|
||
|
{{ article.title }}
|
||
|
{{ article.subtitle }}
|
||
|
{{ article.author }}
|
||
|
{{ article.author_bio }}
|
||
|
{{ article.text }}
|
||
|
{% endfor %}
|