design/index.html
author ymh <ymh.work@gmail.com>
Fri, 30 Nov 2018 22:05:02 +0100
changeset 187 7c745d8cb321
parent 122 964633aa5d45
permissions -rw-r--r--
Added tag 0.1.0 for changeset 3458941945e0

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