a11yist/app/views/layouts/exports.html.slim

13 lines
410 B
Text
Raw Permalink Normal View History

2024-11-11 20:19:52 +01:00
doctype html
html data-bs-theme="light" data-controller="set-theme"
head
title a11ydive Export
meta[name="viewport" content="width=device-width,initial-scale=1"]
= csrf_meta_tags
= csp_meta_tag
= stylesheet_link_tag "exports", "data-turbo-track": "reload"
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module"
body
main#main-content
= yield