design/index.html
author ymh <ymh.work@gmail.com>
Thu, 03 Aug 2017 09:44:37 +0200
changeset 133 6f3078f7fd47
parent 122 964633aa5d45
permissions -rw-r--r--
Work on correct protocol propagation

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