Skip to content

Instantly share code, notes, and snippets.

@vickonrails
Created February 18, 2018 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vickonrails/10b1f51adfbc6c1424564caf48f8ad52 to your computer and use it in GitHub Desktop.
Save vickonrails/10b1f51adfbc6c1424564caf48f8ad52 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<!-- the {{home}} got replaced-->
<title> HOME </title>
<link rel='stylesheet' href='css/style.css'/>
</head>
<body>
<header>
Nothing Here changes .
</header>
<main>
<!-- Our views get rendered and replaces the {{{body}}} variable and seems to be the -->
<p> Hello I’m just a home file </p>
</main>
<footer>
Stuff right here doesn’t change either.
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment