2021-01-27 05:43:59 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
2016-01-08 21:41:24 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
|
|
|
<h2>About StickyNotes</h2>
|
2023-07-27 00:43:28 +00:00
|
|
|
<p>StickyNotes is a quick code paste application written in Python with Quartz, SQLAlchemy, Mako, Pygments and a few other Python libraries.</p>
|
2016-01-08 21:41:24 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-27 05:43:59 +00:00
|
|
|
{% endblock %}
|