5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
@{
|
||
|
string greeting = "<strong>Hello World!</strong>";
|
||
|
}
|
||
|
|
||
|
<p>@greeting</p>
|