mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
7 lines
145 B
Python
7 lines
145 B
Python
<caret>name = "User"
|
|
greeting = t"""
|
|
<div>
|
|
<h2>Hi, {name}!</h2>
|
|
<p>This is a t-string with both HTML and Python interpolation.</p>
|
|
</div>
|
|
""" |