5 lines
78 B
HTML
5 lines
78 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block ls_title %}
|
||
|
<h1>posts</h1>
|
||
|
{%- endblock %}
|