You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
For people that "only" want to create a theme, I think these django tags are not very friendly and they have to check the code to understand them.
{% ifequal generator_class "IndexContentGenerator" %}
{% ifequal handler_class "AdminHandler" %}
{% ifequal path "/admin/newpost" %}
Maybe this could be replace with nice and easy variable :
{% if index %}
{% if admin %}
{% if new_post %}
etc,...
then it could be nice to create all :
{% if atom %} #atom generator
{% if edit_post %} #edit a post
{% if tag %} #tag generator
etc,....
The text was updated successfully, but these errors were encountered: