Anyone know how to format the length of a string with Mako?
The equivalent of print "%20s%10s" % ("string 1", "string 2")?
|
|
Anyone know how to format the length of a string with Mako? The equivalent of print "%20s%10s" % ("string 1", "string 2")?
|
||
|
|
|
|
you can use python's string formatting fairly easily in mako
giving:
|
||
|
|