Class 12 Reading - Ginsusamurai/seattle-301d58 GitHub Wiki

Read

EJS Partials

  • can create header/footer items that can be concatenated on to other files.
  • <%- include(PARTIAL_FILE) %>
    • - denotes non-escaping characters
  • re-use templates modularly

Watch EJS tutorial from WalkThroughCode on YouTube, Video 7, Partials

  • good for navbar and footer or any other 'static' but re-used section