blob: 668b6cd967159f548b57745c70529d4afc0b7e98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
!!! 5
%html
%head
%title Pokeviewer
%meta{ name: "viewport", content: "width=device-width,initial-scale=1" }
= stylesheet_link_tag "application", media: "all"
= javascript_include_tag "application"
= csrf_meta_tags
= csp_meta_tag
%body
#content= yield
|