10 lines
215 B
Text
10 lines
215 B
Text
doctype html
|
|
html
|
|
head
|
|
title a11ydive Export
|
|
meta[name="viewport" content="width=device-width,initial-scale=1"]
|
|
= csrf_meta_tags
|
|
= csp_meta_tag
|
|
body
|
|
main.container#main-content
|
|
= yield
|