7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
|
<article id="nonexposed-{{ content.id }}" class="{{ mode }}">
|
||
|
<header>
|
||
|
<h2>{{ content.title }}</h2>
|
||
|
</header>
|
||
|
{{ content.text }}
|
||
|
</article>
|