8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
<article class=auto>
|
|
<h1 class=entry-title>{{ page.title }}</h1>
|
|
<div class=entry-content hx-boost:inherited=true>{{ page.text }}</div>
|
|
{%- if is_logged_on %}
|
|
<p><small><a hx-boost=false href="{{ page | edit_page_link }}">Edit Page</a></small></p>
|
|
{% endif -%}
|
|
</article>
|