cirandas.net

ref: master

plugins/stores_app/views/layouts/stores_app_plugin/layout.html.slim


doctype html

html

  head
    title = profile.name
    = render 'layouts/stores_app_plugin/head'

  body
    app

    = render 'layouts/stores_app_plugin/tags'
    = yield