Evennia
The Python MU* Development Library
Back to Evennia
{% for year, postlist in calendar.items() %}
{{ year }} ({{ postlist|length }}) {% if year == page_year %}
{% else %}
{% endif %} {% for post in postlist %}
{{ post.date_short}}
{% endfor %}
{% endfor %}
Evennia Dev Blog
Random Evennia- and MUD-related musings of Griatch, the Evennia lead developer.
{% for post in posts %} {% if not loop.first %}
{% endif %}
{{ post.html }}
{% endfor %}