design/index.html
author ymh <ymh.work@gmail.com>
Mon, 31 Jul 2017 23:18:38 +0200
changeset 131 adad5563603c
parent 122 964633aa5d45
permissions -rw-r--r--
add personal group, default_group to users and add group info to session on backend

---
layout: default
---
   
   {% include nav.html %}

	<!--
	<div id="session">
		{% include notes.list.html %}
	</div>
	-->

	<div id="notes" class="container">
	   {% include notes.html margins="side" %}	
	</div>

	<div id="editor" class="fixed-bottom">
		<div class="container">
			{% include zone.edit.html %}
		</div>
	</div>