/
githubmirror
/
GoFrame
Обзор
Документация
Войти
/
githubmirror
/
GoFrame
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
os/gres/testdata/files/template-res/layout1/layout.html
15 строк
250 B
John Guo
ci test
12 май 2022, 09:57
12 май 2022, 09:57
bef942b
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <title>GoFrame Layout</title> {{template "header"}} </head> <body> <div class="container"> {{template "container"}} </div> <div class="footer"> {{template "footer"}} </div> </body> </html>