about summary refs log tree commit diff
path: root/app/views/layouts/public.html.haml
blob: eb3c54f9dc008be64d3db4457cb84934c7ff90f2 (plain) (blame)
1
2
3
4
5
6
- content_for :content do
  = yield
  .footer
    .domain= Rails.configuration.x.local_domain

= render template: "layouts/application"