Julio Biason
11 years ago
5 changed files with 24 additions and 16 deletions
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html> |
||||
|
||||
<html> |
||||
<head> |
||||
<title>{{ title }}</title> |
||||
</head> |
||||
|
||||
<body> |
||||
Hello from {{ title }} |
||||
</body> |
||||
</html> |
@ -1,5 +0,0 @@
|
||||
extends layout |
||||
|
||||
block content |
||||
h1= title |
||||
p Welcome to #{title} |
Loading…
Reference in new issue