mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
4 lines
82 B
HTML
4 lines
82 B
HTML
{% extends "layout.html" %}
|
|
{% block content %}
|
|
<p>hello world</p>
|
|
{% endblock %}
|