templatePageLayout
template(v-slot:header)
.page__return
buttonLink(:linkData="linkData")
.page__title
pageTitle(:titleData="titleData")
template(v-slot:main)
newsCardList(:newsList="dashboardInformationListsAll" pagePath="dashboard/")
template(v-slot:footer)