mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-14 19:26:11 +03:00
16 lines
256 B
Plaintext
16 lines
256 B
Plaintext
extends layout
|
|
|
|
block content
|
|
div(class='container')
|
|
div(class='row')
|
|
include panel
|
|
|
|
div(id='ajax_load' class='col-md-9')
|
|
|
|
|
|
include footer
|
|
|
|
// build:js /javascripts/global.min.js
|
|
script(src='/javascripts/bundle.js')
|
|
// endbuild
|