View on GitHub

reading-notes

CodeFellows Class Reading Notes

Intro to EJS in ExpressJS

In Layout.EJS:

<%- include(‘partials/onepartial’) %>

In Partials/onepartial:


EJS Partials

Partials allow one to rueuse the same HTML across multiple views


Home