commit 33a412cb95d970720ccf5238cecf8af823b2c9ea Author: Kumi Date: Fri Jul 7 16:50:24 2023 +0200 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e09056c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Kumi Systems Frontend + +This repository contains the source code for the frontend of the Kumi Systems website. diff --git a/templates/home.html b/templates/home.html new file mode 100644 index 0000000..37a7832 --- /dev/null +++ b/templates/home.html @@ -0,0 +1,12 @@ +{% load cms_tags sekizai_tags %} + + + {% page_attribute "page_title" %} + {% render_block "css" %} + + + {% cms_toolbar %} + {% placeholder "content" %} + {% render_block "js" %} + + \ No newline at end of file