mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11:01 +00:00
10 lines
197 B
Text
10 lines
197 B
Text
{% extends "base" %}
|
|
|
|
{% block title %}
|
|
{{ blog.title }}
|
|
{% endblock title %}
|
|
|
|
{% block content %}
|
|
<h1>{{ blog.title }} (~{{ blog.actor_id }})</h1>
|
|
<p>{{ blog.summary }}</p>
|
|
{% endblock content %}
|