Skip to content

Instantly share code, notes, and snippets.

@byverdu
Last active May 30, 2017 22:58
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 byverdu/ac032cc625fefa6a154b22e3963b35a0 to your computer and use it in GitHub Desktop.
Save byverdu/ac032cc625fefa6a154b22e3963b35a0 to your computer and use it in GitHub Desktop.
// app/client/views/layout.pug
<!DOCTYPE html>
html(lang="en", ng-app="imdbApp")
head
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0")
meta(http-equiv="X-UA-Compatible", content="ie=edge")
link(rel="stylesheet", type="text/css", href="../static/styles.css")
link(rel="stylesheet", type="text/css", href="../static/notification.css")
title Awesome Imdb
base(href="/")
body
block content
div(ng-view)
script(type="application/javascript", src="static/bundle.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment