14 lines
228 B
Text
14 lines
228 B
Text
|
doctype html
|
||
|
html
|
||
|
head
|
||
|
title Creddit
|
||
|
= stylesheet_link_tag 'application', media: 'all'
|
||
|
= javascript_include_tag 'application'
|
||
|
= csrf_meta_tags
|
||
|
|
||
|
body
|
||
|
== render 'navbar'
|
||
|
|
||
|
.container-fluid
|
||
|
= yield
|