mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
4 lines
82 B
HTML
4 lines
82 B
HTML
{% extends "layout.html" %}
|
|
{% block content %}
|
|
<p>hello world</p>
|
|
{% endblock %}
|