terms.html.haml 255 B

123456789
  1. - content_for :page_title do
  2. = t('terms.title', instance: site_hostname)
  3. .grid
  4. .column-0
  5. .box-widget
  6. .rich-formatting= @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')
  7. .column-1
  8. = render 'application/sidebar'