12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
doctype html
|
|
html(lang='en')
|
|
head
|
|
if title
|
|
title= title
|
|
else
|
|
title freeCodeCamp
|
|
include partials/react-stylesheets
|
|
body
|
|
#news-app-mount!= markup
|
|
script(src=cacheBreaker(rev('/js', 'news.js')))
|