{% from "google-ads.inc.html" import leaderboard, nav_ads %}
{% with messages = get_flashed_messages() %} {% if messages %}

Notice!

{% endif %} {% endwith %} {% block content %}{% endblock %} {% if uri not in ["/", "/blog/index"] and not "/blog/category" in uri %}
{{ leaderboard() }} {% endif %}
Kirsle
» Homepage (RSS)
» About Me
» Photo Albums
» Guestbook
» Contact Me
Channels
{{ include_page("blog.partial_tags")|safe }}
Creativity
» 3D Renderings
» Flash Animation
» JavaScript
» Fonts
» Metacity
» Tutorials
Software
» RiveScript
» Error Generator
» Tk Calculator
» Terminal Apps
» CyanChat Client
Web Tools
» TTF to EOT
» Text Fader
» Favicons
» Distance Calc
» Azulian Encoder
» XBM Masks
Subdomains
» Shell Scripts
» Linux RPMs
» Kirsle::Nano
» Minecraft Server
Miscellany
¤ Pokemon Fuchsia City
¤ DOS and Windows
¤ Raspberry Pi
Links
¤ Google+
¤ Facebook
¤ Twitter
¤ MySpace
¤ Github
¤ CPAN
{{ nav_ads() }}
Fan Club
{% if session["login"] %} ¤ Hi, {{ session["name"] }}
{% if session["role"] == "admin" %} » Admin Center
{% endif %} » Update Blog
{% if "impersonator" in session %} » Unimpersonate
{% endif %} » Log Out {% else %} » Log In {% endif %}

{% block scripts %}{% endblock %}