Back
Close

Discover FortressJS - A fast, secure and easy I/O framework

Adrien-fr
68.5K views
Previous: Pages in FortressJS

Templates

You can manage your templates with pages as you want. For example, you can introduce your own custom variables like __MY_VAR and manage them in your page controller.

For example, find a way to get this work :

Get the page redirected
Help

Select the right view, and change the template var

Using Pug, a template engine

Pug is a NodeJS template engine. You can discover it here (Pug)[https://pugjs.org/api/getting-started.html].

It's easy to integrate with FortressJS :

npm install pug

Once done, use var pug = require("pug"); to use it.

Try it with this exercise :

  • Update home.page.js
  • Go to the fortressjs folder
  • Install pug
  • Launch FortressJS
Install Jade and use it
Help

install pug with npm in fortressjs folder, and do a "require" of pug in the page

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io