Files
freeCodeCamp/api-server/server/views/layout-news.jade

12 lines
229 B
Plaintext
Raw Normal View History

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
script(src=cacheBreaker(rev('/js', 'news.js')))