logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

terms.html.haml (277B)


  1. - content_for :page_title do
  2. = t('terms.title', instance: site_hostname)
  3. .landing-page
  4. .header-wrapper.compact
  5. .header
  6. = render 'links'
  7. .extended-description
  8. .container-alt
  9. = @instance_presenter.site_terms.html_safe.presence || t('terms.body_html')