diff options
| author | Yaroslav <contact@yaroslavps.com> | 2020-03-11 02:26:54 +0300 |
|---|---|---|
| committer | Yaroslav <contact@yaroslavps.com> | 2020-03-11 02:26:54 +0300 |
| commit | da4917f8c673a16ba757b3b911cf5ce36895d74e (patch) | |
| tree | eb36d2c213917359b50efe2b9c5bc00c2fa55543 /templates/index.html | |
| download | yaroslavps.com-da4917f8c673a16ba757b3b911cf5ce36895d74e.tar.gz yaroslavps.com-da4917f8c673a16ba757b3b911cf5ce36895d74e.zip | |
initial commit
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..0d9fb7c --- /dev/null +++ b/templates/index.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} +{% block page %} +<h2>Welcome to my site!</h2> +<a href="/weblog">Go to weblog</a> +{% endblock %} |
