mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-11 14:06:24 +10:00
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
doctype html
|
|
html
|
|
head
|
|
title Ocelots
|
|
= stylesheet_link_tag 'application', media: 'all'
|
|
= csrf_meta_tags
|
|
= javascript_include_tag '/ga.js'
|
|
|
|
body
|
|
|
|
div.container
|
|
= yield
|
|
|
|
= javascript_include_tag 'application'
|
|
= yield :javascript_includes
|
|
= javascript_include_tag '/uservoice.js' |