scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

Templates per Page and override navbar? #162

Open stevezau opened 7 years ago

stevezau commented 7 years ago

Hey,

Some of our pages, such as the home page, we would like to be full screen. This should be possible using jinja templating along with splitting up the current template into blocks to split out things like the header/nav bar.

I think the best way to do this is to allow user defined templates in a separate folder to the realms app. Then allowing the registration of templates via a hook with maybe a dropdown box or some markdown within the page to specify what what template to use?

Thoughts before I start a PR?

stevezau commented 7 years ago

@scragg0x