10 lines
205 B
HTML
10 lines
205 B
HTML
<h1>{{ post_title }}</h1>
|
|
<h2>By
|
|
<a href="{{ depth }}u/index.php?name={{ user[post_author]['name'] }}">
|
|
{{ user[post_author]['full_name'] }}
|
|
</a>
|
|
</h2>
|
|
|
|
<h3>{{ post_date }}</h3>
|
|
<p>{{ post_text }}</p>
|