demarches-normaliennes/app/views/layouts/attestation.html.haml

13 lines
383 B
Text
Raw Normal View History

2024-03-07 11:56:16 +01:00
%html{ lang: 'fr' }
2023-11-14 17:46:52 +01:00
%head
= stylesheet_link_tag 'attestation', media: 'all'
2024-03-07 11:56:16 +01:00
%title= content_for?(:title) ? yield(:title) : 'Attestation'
= yield(:authors)
= yield(:keywords)
= yield(:description)
%meta{ name: 'generator', content: ENV.fetch('APP_HOST') }
%meta{ name: 'dcterms.created', content: Time.zone.now.iso8601 }
2023-11-14 17:46:52 +01:00
%body#attestation
= yield