mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 14:01:44 +07:00
7 lines
117 B
Python
7 lines
117 B
Python
from string.templatelib import Template
|
|
|
|
def html(p: Template):
|
|
...
|
|
|
|
variable = 42
|
|
html("<span>{vari<caret>") |