Initial commit

This commit is contained in:
Kumi 2023-07-07 16:50:24 +02:00
commit 33a412cb95
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 15 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Kumi Systems Frontend
This repository contains the source code for the frontend of the Kumi Systems website.

12
templates/home.html Normal file
View file

@ -0,0 +1,12 @@
{% load cms_tags sekizai_tags %}
<html>
<head>
<title>{% page_attribute "page_title" %}</title>
{% render_block "css" %}
</head>
<body>
{% cms_toolbar %}
{% placeholder "content" %}
{% render_block "js" %}
</body>
</html>