Update MainTemplateExample.java

This commit is contained in:
David
2015-04-25 15:58:08 +02:00
parent 3b606e4d12
commit 1ef6044624

View File

@@ -4,12 +4,12 @@ public class MainTemplate {
return document().render() +
html().with(
head().with(
title().withText(title),
title(title),
link().withRel("stylesheet").withHref("/css/main.css")
),
body().with(
header().with(
h1().withText(title)
h1(title)
),
main().with(
tags //content from other template