The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
374 B

  1. - content_for :header_tags do
  2. = javascript_pack_tag 'public', integrity: true, crossorigin: 'anonymous'
  3. - content_for :content do
  4. .container-alt
  5. .logo-container
  6. %h1
  7. = link_to root_path do
  8. = image_pack_tag 'logo_full.svg', alt: 'Mastodon'
  9. .form-container
  10. = render 'flashes'
  11. = yield
  12. = render template: 'layouts/application'