Skip to content

sebabeceiro1979/nunjucks-bootstrap5.2_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nunjucks-bootstrap5.2_template

Nunjucks, Bootstrap 5.2 and css Template#/views/header.njk

📦 Project
├─ controllers
│  └─ pagesController.js
├─ src
├─ css
│  └─ style.css (css Only)
│  js
│  └─ app.js
├─ views
│  ├─ about.njk
│  ├─ contact.njk
│  ├─ header.njk (Here you could change the tab name)
│  ├─ index.njk
│  ├─ link1.njk
│  ├─ link2.njk
│  └─ master.njk
README.md
index.js
package-lock.json
package.json
└─ routes.js

©generated by Project Tree Generator

Here you can change the name that appears on the tab. It's formed by a "Project name" and by the name of the page were you are in.

{% block projectTitle %} Nunjucks - {# Project name #} {% block title %}{% endblock %} {# Name of the page (link) #} {% endblock %}

#/views/master.njk

<title> {% block projectTitle %} {% endblock %} </title>

About

Nunjucks and Bootstrap 5.2 Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published