UNPKG

wintersmith-handlebars

Version:
20 lines (18 loc) 316 B
<!DOCTYPE html> <html> <head> <title>A Layout Example</title> </head> <body> <header> <h1>A Layout Example</h1> <span>The header.</span> </header> <main> this is the body of the homepage </main> <footer> <span>The footer.</span> </footer> </body> </html>