mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
= doctype html
|
||
|
html
|
||
|
head
|
||
|
title Main Page
|
||
|
body
|
||
|
{{ yield }}
|