6 lines
76 B
HTML
6 lines
76 B
HTML
|
{% extends frame.html %}
|
||
|
{% block body %}
|
||
|
<h1> Log </h1>
|
||
|
{% end %}
|
||
|
|