mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-23 03:10:30 +08:00
14 lines
329 B
Plaintext
14 lines
329 B
Plaintext
extends ../../../core/view/layout
|
|
|
|
prepend header
|
|
title #{t('')} | #{t(config.web.t_name)}
|
|
|
|
block main
|
|
for category in category_list
|
|
h2= category.category
|
|
ul
|
|
for page in category.pages
|
|
li
|
|
a(href="/wiki/#{category.t_category}/#{page.t_title}")= page.title
|
|
| (#{page.language})
|