Initial commit
This commit is contained in:
commit
33a412cb95
2 changed files with 15 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal 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
12
templates/home.html
Normal 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>
|
Loading…
Reference in a new issue