freeCodeCamp/views/index.jade

13 lines
364 B
Plaintext

extends layout
block content
h1 Bootstrap starter template
p.lead
| Use this document as a way to quickly start any new project.
br
| All you get is this text and a mostly barebones HTML document.
if user
.alert.alert-success.fade.in
button.close(data-dismiss='alert'): i.fa.fa-times-circle
| Congratulations, you are logged in!