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

Notice!

    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %} {% if uri not in ["/", "/blog/index"] and not "/blog/category" in uri %}
{{ leaderboard() }} {% endif %}
Kirsle
Channels
Creativity
Software
Web Tools
Subdomains
Miscellany
Links

{{ nav_ads() }}
Fan Club
Visitors
  • ¤ Unique Visits:
    Today: {{ tracking["unique_today"] }}
    Total: {{ tracking["unique_total"] }}
  • ¤ Total Hits:
    Today: {{ tracking["hits_today"] }}
    Total: {{ tracking["hits_total"] }}
  • ¤ Visitor Details
  • ¤ Referring URLs
{% block scripts %}{% endblock %}