mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
extends ./layout
|
|
|
|
block content
|
|
h1= #{title}
|
|
p Welcome to #{title}
|
|
|
|
p
|
|
a(href="/users") List Users
|
|
p
|
|
a(href="/workouts") List workouts
|