<!-- CSS overrides - remove if you don't need it -->
<linkrel="stylesheet"href="css/app.css">
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
...
...
@@ -17,35 +15,29 @@
<h1>todos</h1>
<inputid="new-todo"placeholder="What needs to be done?"autofocus>
</header>
<!-- This section should be hidden by default and shown when there are todos -->
<sectionid="main">
<inputid="toggle-all"type="checkbox">
<labelfor="toggle-all">Mark all as complete</label>
<ulid="todo-list"></ul>
</section>
<!-- This footer should hidden by default and shown when there are todos -->
<footerid="footer"></footer>
</section>
<footerid="info">
<p>Double-click to edit a todo</p>
<!-- Remove the below line ↓ -->
<!-- Change this out with your name and url ↓ -->
<p>Created by <ahref="https://github.com/DimitarChristoff/">Dimitar Christoff</a></p>
<p>Powered by <ahref="https://github.com/DimitarChristoff/Epitome">Epitome for MooTools</a><br/><ahref="http://travis-ci.org/DimitarChristoff/Epitome"></a><imgsrc="https://secure.travis-ci.org/DimitarChristoff/Epitome.png?branch=master"/></a</p>
<p>Powered by <ahref="https://github.com/DimitarChristoff/Epitome">Epitome for MooTools</a></p>
<p>Part of <ahref="http://todomvc.com">TodoMVC</a></p>
returni;}.extend(this).implement(h);g.$constructor=a;g.prototype.$constructor=g;g.prototype.parent=c;returng;});varc=function(){if(!this.$caller){thrownewError('The method "parent" cannot be called.');
}varg=this.$caller.$name,h=this.$caller.$owner.parent,i=(h)?h.prototype[g]:null;if(!i){thrownewError('The method "'+g+'" has no parent.');}returni.apply(this,arguments);
c.firstChild.className="b";z=(c.getElementsByClassName("b").length!=2);}catch(C){}try{c.innerHTML='<a class="a"></a><a class="f b a"></a>';y=(c.getElementsByClassName("a").length!=2);
}if(!JSON.validate(string)){thrownewError("JSON could not decode the input; security is enabled and the value is not secure.");}}returneval("("+string+")");
Read the [App Specification](https://github.com/addyosmani/todomvc/wiki/App-Specification) before touching the template.
## Need help?
Feel free to [contact us](https://github.com/sindresorhus) if you have any questions or need help with the template.
## Credit
Created by [Sindre Sorhus](http://sindresorhus.com)
\ No newline at end of file
[Epitome](http://dimitarchristoff.github.com/Epitome) is a new extensible and modular open-source MVP* framework, built out of MooTools Classes and Events.