2018-07-31 16:34:32 +01:00
|
|
|
doctype html
|
|
|
|
|
html(lang='en')
|
|
|
|
|
head
|
|
|
|
|
if title
|
|
|
|
|
title= title
|
|
|
|
|
else
|
|
|
|
|
title freeCodeCamp
|
|
|
|
|
include partials/react-stylesheets
|
|
|
|
|
body
|
2018-07-31 16:58:04 +01:00
|
|
|
#news-app-mount!= markup
|
2018-08-04 22:43:55 +01:00
|
|
|
script(src=cacheBreaker(rev('/js', 'news.js')))
|