tenna
Version:
A node js application that lets you easily stream most videos from any PC/laptop in your home network, to other devices in the network with a browser.
15 lines (13 loc) • 406 B
text/jade
doctype html
html(lang='en')
head
include blocks/meta
block vars
title=(title?title:locals.title)
body(class=locals.page ? 'page-' + locals.page + (locals.page === 'index' ? '' : ' page-secondary') : '')
.container
block content
footer
block footer
script(type='text/javascript', src='/js/vendor.js')
block scripts