issues
search
riffm
/
mint
indention-based template engine, implemented in python
MIT License
64
stars
51
forks
source link
Attribute and Markup objects
#3
Closed
riffm
closed
14 years ago
riffm
commented
14 years ago
What behavior to choose?
escape all instances of < > "
throw exception and require MarkupNoTags object (only entities) or .striptags() method
do .striptags by default
riffm
commented
14 years ago
first way is implemented now
What behavior to choose?