Go experiments

This commit is contained in:
2016-10-29 01:11:25 +09:00
parent 6805afaa61
commit 4ed5d14bb5
11 changed files with 100 additions and 52 deletions

7
layout/layout.pixy Normal file
View File

@ -0,0 +1,7 @@
component Layout(content string, css string)
html
head
title Test
style!= css
body
main#content

View File

@ -1,6 +0,0 @@
doctype html
html
head
title Test
body
{{ yield }}

View File

@ -1 +0,0 @@
{{ yield }}