8 lines
358 B
Plaintext
8 lines
358 B
Plaintext
|
<%inherit file="base.mako"/>
|
||
|
<div class="row">
|
||
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
||
|
<h2>About StickyNotes</h2>
|
||
|
<p>StickyNotes is a quick code paste application written in Python with Flask, SQLAlchemy, Mako, Pygments and a few other Python libraries.</p>
|
||
|
</div>
|
||
|
</div>
|