mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
13 lines
193 B
Text
13 lines
193 B
Text
extends ./layout
|
|
|
|
block vars
|
|
- var layoutEnv = env
|
|
- var menuItem = 'oldNews'
|
|
|
|
block title
|
|
title Old News
|
|
|
|
block content
|
|
.static-old-news
|
|
include ../shared/new-stuff
|
|
+oldNews()
|