jaysylvester / citizen

Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.
MIT License
100 stars 7 forks source link

Simple includes that consist of only views #122

Open jaysylvester opened 6 months ago

jaysylvester commented 6 months ago

Allow the include directive to accept a view name/path and simply return the contents of the view file using the current context.

return {
  include: {
    view: 'view-name.html'
  }
}