Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
template = """
<a href="something">hello ${user.name}</a>
"""
which is cleaner than here-docs
template = """
<a href="something">hello ${user.name}</a>
"""
which is cleaner than here-docs