design/index.html
author ymh <ymh.work@gmail.com>
Thu, 03 Aug 2017 19:12:25 +0200
changeset 136 1a3be12af395
parent 122 964633aa5d45
permissions -rw-r--r--
we keep it in english waiting for i18n

---
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>