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.

11 lines
292 B

  1. extends ../layout.pug
  2. block rootNavRight
  3. i.nav-item#notifload
  4. .nav-item
  5. a.button(href='/' + pageData.meta._id)
  6. i.nc-icon-outline.ui-3_select
  7. span= t('nav.viewlatest')
  8. block content
  9. history(current-path=pageData.meta._id, history-data=JSON.stringify(pageData.history))