'created smparkinVaporWeb from template https://github.com/vapor/web-template'
This commit is contained in:
9
Resources/Views/welcome.leaf
Normal file
9
Resources/Views/welcome.leaf
Normal file
@@ -0,0 +1,9 @@
|
||||
#set("title") { It works }
|
||||
|
||||
#set("body") {
|
||||
<div class="welcome">
|
||||
<img src="/images/it-works.png">
|
||||
</div>
|
||||
}
|
||||
|
||||
#embed("base")
|
||||
Reference in New Issue
Block a user