2025-06-16 18:28:08 +05:00

7 lines
68 B
Plaintext
Executable File

@* razor mode *@
@{
Layout = "~/layout"
@: <a>
@Layout
@: </a>
}