Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

EJS

EJS (Embedded JavaScript templating). is a templating language that allows JavaScript to be integrated into the creation of HTML files through embedded statements. It unifies the two languages to assist the creation of complex HTML documents at build time. EJS uses vanilla JavaScript so that a minimal amount of new knowledge is needed to use it.

https://github.com/eiskalteschatten/typescript-fastify

This is a simple boilerplate project for an application that uses Fastify, EJS and TypeScript.

ejs fastify typescript

Last synced: 02 Nov 2024

https://github.com/hugovarellaa/jobscalc

O JobsCalc é uma aplicação de estimativa de cálculo para projetos freelancer, onde é possível cadastrar e excluir jobs (projetos), obtendo uma estimativa de custo de cada job. Além disso, é possível traçar o valor da hora da pessoa que estará usando o sistema 💰

css3 ejs express html5 javascript node-js nodemon sqlite3

Last synced: 05 Nov 2024

https://github.com/dabolus/webpack-prpl-boilerplate

A boilerplate that allows to easily build multi-target web apps (ES5, ES6) ready to be served by PRPL Server

boilerplate ejs prpl-server sass scss starter typescript webpack

Last synced: 21 Oct 2024

https://github.com/adityadhiman-in/questify

Questify is a platform designed to help users post and find lost and found items. Whether it's a misplaced wallet or a found set of keys, Questify connects users who have lost or found items with those looking to retrieve them, with rewards system.

css ejs expressjs javascript lost-and-found-web-application mongodb nodejs

Last synced: 03 Nov 2024

https://github.com/sdn302-17c/assignment-2

All source code about SDN302 that I learned at FPT University QN AI Campus.

api ejs express mongodb nodejs sdn302 typescript yarn

Last synced: 10 Oct 2024

https://github.com/kazvee/tinyapp

🌍🔗 Full stack web application that allows users to shorten long URLs. Built with Node, Express, and the EJS template engine for page rendering. Unit testing has been implemented using Mocha and Chai.

bcryptjs chai cookie-session ejs express mocha node-js unit-testing

Last synced: 18 Oct 2024

https://github.com/dimaslanjaka/hexo-renderers

All in one theme renderers and helpers for hexo

ejs hexo hexo-helper hexo-renderer hexo-theme nunjucks pug

Last synced: 10 Oct 2024

https://github.com/autumnchris/url-shortener-api

An Express.js API that takes a submitted URL and creates an alias URL that, if navigated to, will redirect to the original URL.

api css3 ejs ejs-express express expressjs freecodecamp javascript mongodb mongoose mongoosejs nodejs url-shortener

Last synced: 03 Nov 2024

https://github.com/aayush-bhargav/blog-website

This blog website showcases the seamless integration of a custom-built API and EJS (Embedded JavaScript) templating engine to create a dynamic and interactive user experience. The project demonstrates how to build a full-stack web application using Node.js, Express, and PostgreSQL, while utilizing EJS for server-side rendering of HTML.

api axios blog ejs ejs-templates express full-stack middleware nodejs postgres postgresql rest-api

Last synced: 12 Oct 2024

https://github.com/micro-hawk/javascript-workspace

POC Applications using javascript and some styling frameworks like SCSS

css3 ejs html javascript scss

Last synced: 28 Oct 2024

https://github.com/nothingnothings/nodeshopmultipageapp

Example of a multi-page online shop created with Node.js (Express.js; EJS templating engine) and MongoDB, served with Heroku.

authentication authentication-backend backend css3 ejs expressjs frontend heroku html5 javascript mongodb multi-page multi-page-application mvc mvc-pattern nodejs responsive-web-design views

Last synced: 05 Nov 2024

https://github.com/felipe-sant/crud-javascript

Sistema CRUD (Create, Rename, Update, Delete) com JavaScript.

crud ejs javascript

Last synced: 07 Nov 2024

https://github.com/simonneutert/node-express-ejs-skeleton

basic barebone node express ejs project to get things started quickly

ejs ejs-express ejs-templates express expressjs javascript node nodejs

Last synced: 03 Oct 2024

https://github.com/coder12git/bon-hack-tit

Plan your meals with ease, from weekly menus to random recipes and ingredient-based suggestions.

css ejs express html5 javascript mongodb mongoose nodejs spoonacular-api tailwindcss

Last synced: 08 Nov 2024

https://github.com/ayush-kanduri/csv-file-reader

The CSV File Reader is a Full Stack Application built using MongoDB, ExpressJS, NodeJS, EJS, Express Partials-Layouts, GulpJS. Users are able to upload, read, delete the files from the application. Front End & Back End Validation has been applied for uploading CSV Files less than 2MB. This website is completely Responsive across all the Devices. Users can Upload Files in CSV format. Uploaded Files are displayed in the sidebar & can be Selected. The CSV Parser Reads the file and displays it in a Tabular format. Users Receive Notifications for Deleting, Uploading the Files. Users can Delete the uploaded Files. Users can Search for the Keywords for a particular selected column in the Table. Users can Sort the selected column in the Table in ASC/DESC order upon clicking the headings. Users can navigate through the records using the Pagination which displays 100 records per page. Users can view Column Chart & Pie Chart for a selected column in the Table, just below the Table.

bootstrap5 css csv-parser ejs express expressjs gulp javascript mongodb node nodejs scss

Last synced: 11 Oct 2024

https://github.com/ladunjexa/magazine-restful-api

Magazine RESTful-API aims to enable management, maintenance, and sharing of a collaborative open content magazine based on MongoDB database. 📰

ejs express javascript magazine mongoose restful-api

Last synced: 01 Nov 2024

https://github.com/ayush-kanduri/nasa-mars-images-pagination

This project uses the NASA API to fetch all the Mars Rover Images for a particular SOL. The fetched images are then shown in a Pagination Format where the user can navigate through the pages. This API Web App uses the Async-Await for the fetch() API calls. It also implements an XHR AJAX API Call Synchronously in the Proxy Server. Synchronous XHR AJAX Call is just used for the demonstration purpose as a study case. It is never recommended as it causes lag. Always use Asynchronous Calls only. It uses a Backend Proxy Server to hide the API Key in the browser & to solve CORS Error.

api api-rest ejs express expressjs javascript node nodejs proxy-server

Last synced: 11 Oct 2024

https://github.com/ayush-kanduri/nasa-mars-sol-photos

This project uses the NASA API to fetch all the Mars Rover Images for a particular SOL & Page Number. This API Web App uses the Async-Await for the fetch() API calls. It also implements a XHR AJAX API Call Asynchronously in the Proxy Server. It uses a Backend Proxy Server to hide the API Key in the browser & to solve CORS Error.

api api-rest ejs express expressjs javascript node nodejs proxy-server

Last synced: 11 Oct 2024

https://github.com/luizfelipe9627/ejs-startse

Foi usado uma engine chamada EJS para transportar dados do back-end para o front-end, feito junto a StartSe Tech Academy.

ejs express javascript nodejs nodemon

Last synced: 05 Nov 2024

https://github.com/ayush-kanduri/nasa-mars-rover-photos

This project uses the NASA API to fetch all the Mars Rover Images on a particular date. This API Web App uses the Async-Await for the fetch() API calls. It also implements a Promisified XHR AJAX API Call Asynchronously in the Proxy Server. It uses a Backend Proxy Server to hide the API Key in the browser & to solve CORS Error.

api css ejs express expressjs fetch-api javascript node nodejs xhr

Last synced: 11 Oct 2024

https://github.com/ayush-kanduri/fullstack-todo-list-application

This project is a Full Stack Todo List Application which is built using the MongoDB, NodeJS, ExpressJS, CSS, Javascript. It implements all the basic functionalities of a todo list, i.e, CRUD Operations (Create Read Update Delete). Users are able to Create new tasks. Users are able to Read the created tasks data. Users are able to Complete the task by checking off the task with a strike through. Users are able to Delete the task. Users are able to Update the tasks with many customized options. Users are able to View a Banner with current date-time. Users can Check the count of remaining tasks, Complete all tasks together, Delete all completed tasks together. Users can View All, Incomplete, Completed Tasks. Users can mark Due Date & Priority Levels for the Tasks.

css ejs express expressjs javascript mongodb node nodejs rest-api

Last synced: 11 Oct 2024

https://github.com/ratonbiswas/nodejs-project

Some note js and express js project ❤

ejs es6-modules expressjs mongoose nodejs

Last synced: 05 Nov 2024

https://github.com/vl-037/nodejs-campground

Website about campgrounds and it's reviews

ejs expressjs mapbox mongodb nodejs

Last synced: 05 Nov 2024

https://github.com/ayush-kanduri/contacts-list

This is a Contacts List Project which is designed using Full Stack Web Development through Back-End Technology of MEN Stack (MongoDB, ExpressJS, NodeJS). It implements RESTFUL-APIs. This website is completely Responsive across all the Devices. Users are able to Add New Contacts. Users are able to Delete Existing Contacts. Users are able to Read Existing Contacts.

ejs express expressjs javascript mongodb node nodejs rest-api

Last synced: 11 Oct 2024

https://github.com/takuyadev/tinyapp

CRUD / auth application that shortens URL, and stores information in basic server

css ejs ejs-templates html javascript mocha mocha-chai

Last synced: 21 Oct 2024

https://github.com/getgridea/hve-notes-theme-starter

Hve Notes 主题开发样板(废弃)

blog-theme ejs gulp hve-notes less

Last synced: 08 Nov 2024

https://github.com/gurrudev/upload_image_in_mongodb

Upload image in mongodb

ejs expres mongodb mongoose nodejs

Last synced: 08 Nov 2024

https://github.com/gurrudev/csv-in-mssql-v2

This is updated version of CSV-IN-MSSQL, the update is about extract the column_name and records automatically and insert in the table

csv ejs express mssql multer nodejs

Last synced: 08 Nov 2024

https://github.com/gurrudev/csv-in-mssql

This is a simple example of uploading csv file in mssql server to extract the data from the csv file and add records in table

csv ejs expressjs mssql multer nodejs

Last synced: 08 Nov 2024

https://github.com/rahulagrawal084/yelpcamp

YelpCamp is a full-stack web application that allows users to browse, create, and review campgrounds. The project is designed to help learners understand the fundamentals of web development, including front-end and back-end technologies.

bootstrap css ejs express html javascript mongodb nodejs passport restful-api

Last synced: 11 Oct 2024

https://github.com/haris-khan-durrani/client-portal

Built White label Client Portal using Nodejs Axios Express EJS Express-session

axios decrypted ejs ejs-express encrypted express express-session gohighlevel gohighlevel-api node nodejs

Last synced: 08 Nov 2024

https://github.com/fitri-hy/evolve-js

Evolusi dalam Pengembangan Web dengan Modularitas.

ejs evolve-js express js-modular nodejs

Last synced: 11 Oct 2024

https://github.com/rajanmandanka07/real-time-tracker

The Real-Time Tracker is a Node.js app that lets users share and track locations in real-time on an interactive map. Using WebSockets and the Geolocation API, it showcases real-time communication and dynamic map updates with Express, Socket.io, and Leaflet.js.

ejs expressjs geolocation leafletjs nodejs socket-io

Last synced: 11 Oct 2024

https://github.com/neha13singh/my_portfolio

Interactive Portfolio website

css ejs expressjs html javascript nodejs

Last synced: 11 Oct 2024

https://github.com/kba-tools/create-express-app

Creates minimalist boilerplate for an Express App.

cli create-express-app ejs express handlebars javascript nodejs typescript

Last synced: 11 Oct 2024

https://github.com/ahqsoftwares/discord-easy-dashboard-2

Another fork of ahq's discord easy dashboard

bot dash discord ejs express

Last synced: 11 Oct 2024

https://github.com/sharavak/notes-app

A Full stack web app for taking notes.

bootstrap5 css3 ejs expressjs html5 javascript mongodb nodejs

Last synced: 07 Nov 2024

https://github.com/andresfernandez89/ecommerce-dao-mongodb-firebase

ECOMMERCE - CRUD - EXPRESS - FIREBASE - DAO

dao ejs express-js firebase mongodb node-js

Last synced: 06 Nov 2024

https://github.com/wyyxdgm/gm3

constructing your world by snippets

ejs json2html template

Last synced: 06 Nov 2024

https://github.com/saurabhdhumane/usermanagemntsystem-ejs

this is ejs project for begineer who want to learn ejs for stating with file status

ejs ejs-templates expressjs mongodb-database mongoose nodejs nodemon

Last synced: 11 Oct 2024

https://github.com/carltonmpofu/chrono-count

Visualize time with dynamic progress bars for upcoming minutes, hours, days, months, and even special occasions like Valentine's Day. Stay informed and engaged as the bars fill up in real-time.

css ejs express html5 javascript mongodb node nodejs server

Last synced: 08 Nov 2024

https://github.com/gabrielle-nelis/yelp-camp

YelpCamp: A Node.js-powered Yelp clone for discovering, sharing, and reviewing campgrounds.

authentication authorization cloudinary-api ejs ejs-templates expressjs flash-messages joi-validation mapbox mongodb mongoosejs nodejs

Last synced: 11 Oct 2024

https://github.com/benjaminhalko/cho-realestate-website

Website for Kitty Cho | PREC

ejs expressjs nodejs realestate sass

Last synced: 06 Nov 2024

https://github.com/pranav-kural/my-family-website

A small website about my cute family 🌼

ejs expressjs html node nodejs router web

Last synced: 13 Oct 2024

https://github.com/imabhinavdev/college-erp

I developed a College Attendance Project using Express and EJS, enabling efficient tracking of student attendance. The web application provides a user-friendly interface to mark attendance, view statistics, and manage records seamlessly. Leveraging Express for server-side logic and EJS for dynamic HTML templates ensures a responsive and organized.

boostrap5 css ejs ejs-templates express expressjs html javascript nodejs

Last synced: 07 Nov 2024

https://github.com/marius-brt/oneside-js

OneSide is a pre-compiled dynamic website framework.

ejs http nodejs website

Last synced: 12 Oct 2024

https://github.com/aswassaw/nodejs-contactappmongo-wpu

Aplikasi Pengelolaan Contact menggunakan ExpressJS dan MongoDB dari tutorial Web Programming Unpas.

ejs expressjs mongodb mongoose nodejs web-programming-unpas

Last synced: 06 Nov 2024

https://github.com/richllew182/shuffle-showdown

Shuffle Showdown is an interactive quiz application built using Node.js, Express, and EJS for dynamic content rendering. The application utilizes Spotify's OAuth to access a user's liked songs and generate a fun 10-round quiz based on those tracks.

ejs express-js node-js oauth2

Last synced: 29 Oct 2024

https://github.com/vaibhav-solanki/cromaexpress

Croma is an Indian electronics retail chain with an online store as well. this project was part of unit project at @masai

css ejs express html javascript mongodb nodejs

Last synced: 06 Nov 2024

https://github.com/thekiranmahajan/pinsave

Pinsave is an image based social media platform which has some cool security & UI features such as it has Local strategy authentication authorization system implemented in registration and login page. This is a Backend focused application made using express-generator template with EJS. also used the powers of Tailwind CSS for awesome Web design.

connect-flash ejs express-generator mongodb mongoosejs nodejs passportjs tailwind-css

Last synced: 11 Oct 2024

https://github.com/vostafi69/turn-dvgups

Веб приложение для проведения онлайн занятий на базе ДВГУПС

ejs gulp html js nodejs scss webpack webrtc

Last synced: 11 Oct 2024

https://github.com/ksatriow/ksw-portofolio

Create personal portofolio using MVC pattern

bootstrap ejs expressjs jwt-auth mvc-pattern nodejs passportjs postgresql sequelizejs

Last synced: 07 Nov 2024

https://github.com/kodjunkie/bellebank-app

A simple meal subscription prototype application, using the Federal University of Technology, Minna as a case study.

bootstrap4 ejs expressjs mongodb mongoose mvc-architecture nodejs

Last synced: 15 Oct 2024

https://github.com/saiteja-madha/flowbite-admin-dashboard-nodejs

Free and open-source admin dashboard template built with Tailwind CSS and Flowbite

admin-dashboard charts css dashboard ejs express-js flowbite html javascript tailwind tailwindcss webpack widget

Last synced: 12 Oct 2024

https://github.com/helton/great-quotes

Great Quotes App - Because the zoeira has no limits

adminer docker docker-compose ejs hibernate java mysql nodejs spring spring-boot

Last synced: 08 Nov 2024

https://github.com/taneeshkareddy/baking-store-express-mongoose-practise-

Just a practice site for CRUD using Express+Mongoose where I can add, delete various baking products. Express is a node js web application framework and Mongoose is a NodeJS based Object Data Modeling (ODM) library for MongoDB.

ejs expressjs mongodb mongoosejs nodejs

Last synced: 11 Oct 2024

https://github.com/pulkit1417/hackindia2024-idea_nitro

Welcome to our hackathon project, where we dive into the fundamentals of blockchain technology! This project offers a practical guide to understanding key concepts such as hashing, blocks, blockchain, tokens, and coins. Our simple blockchain implementation demonstrates these concepts in action, with features like hash and block creation, blockchain

ejs express-js mongodb node-js tailwindcss

Last synced: 26 Sep 2024

https://github.com/itkarma/nicetools

back-end e front-end , criado usando Node.js e suas bibliotecas e outras tecnologias , sistema de autenticação simples.

authentication-backend bcryptjs ejs express javascript mondodb nodejs

Last synced: 08 Nov 2024

https://github.com/leontm-dev/me

This is my repository. It includes everything, for example my bots landing page or my portfolie page.

css discord-dashboard ejs express html js

Last synced: 08 Nov 2024

https://github.com/leontm-dev/easytickets-dashboard

This is the code behind the EasyTickets Dashboard

css discord discord-bot discord-js easy-to-use ejs html js nix tickets

Last synced: 08 Nov 2024

https://github.com/leontm-dev/accountmanager

This is the official repository for the AccountManager Project of LeonTM

accountmanager accounts css ejs express expressjs html javascript js social-media

Last synced: 08 Nov 2024

https://github.com/anshsinghsonkhia/trovexpins

Pinpoint your Passion. Discover Troves that Set your Soul Alight.

backend ejs expressjs full-stack javascript mongodb multer nodejs passportjs tailwindcss uuid uuidv4

Last synced: 08 Nov 2024

https://github.com/daviteixeira-dev/studying-about-nodejs

Repository dedicated to studies on Back-end with NodeJS and Express, their advantages, concepts and operation. As well as, in-depth work with APIs: what they are, how to create them in the Back-end and how to consume APIs in the Front-end.

api ejs express javascript node nodejs

Last synced: 08 Nov 2024

https://github.com/daviteixeira-dev/sgu-sistema-de-gerenciamento-de-usuarios

Final project of the discipline of Software Development for Web (2021), where we made a User Management System using a CRUD with Node, Express and MongoDB.

axios body-parser css3 dotenv ejs express html5 javascript mongodb morgan nodejs nodemon

Last synced: 08 Nov 2024

https://github.com/axton-tang/axton-cli

axton-cli 前端脚手架

commander ejs inquirer lerna

Last synced: 11 Oct 2024

https://github.com/manishbirthlia/url_shortener

Developed a URL shortening website with HTML, CSS, JavaScript, EJS, and MongoDB (Mongoose), enabling URL shortening, tracking, and data security.

backend ejs ejs-templates express mongodb mongoose nodejs

Last synced: 08 Nov 2024

https://github.com/leonardpepa/express-mongodb-todolist

Todo List with server side and database

ejs express expressjs mongodb mongoose nodejs todolist

Last synced: 12 Oct 2024

https://github.com/mikaelaliwanag/todolist-v2

To-Do List version 2 w/ mongoose

ejs ejs-templating mongodb mongoose todo-list

Last synced: 12 Oct 2024

https://github.com/malldonado/gerenciador-usuarios

💻 User management application in nodejs with firebase

bootstrap ejs firebase nodejs

Last synced: 08 Nov 2024

https://github.com/brandoncardoso/english-quiz-site

A simple website to quiz english grammar/particles.

bulma css ejs expressjs html javascript nodejs sequelizejs sql

Last synced: 27 Oct 2024

https://github.com/derycktse/ejs-parser-loader

ejs-parser-loader is a loader for webpack to parse ejs template

ejs webpack webpack-loader

Last synced: 12 Oct 2024

https://github.com/lucky-bhure/curd-operation-with-mysqlworkbench

A simple user management system built with Node.js, Express, MySQL, and EJS templates. This application allows users to be added, edited, deleted, and displayed from a MySQL database.

ejs expressjs nodejs sql

Last synced: 11 Oct 2024

https://github.com/daniel-brai/repotran

A fast lightweight transaction processing system that enables ventures with small scale functions to process payment, manage their inventory and assign task to employees

docker-compose ejs nestjs nginx-proxy postgresql remita work-in-progress

Last synced: 05 Nov 2024

https://github.com/daniel-brai/atomic

A URL shortening service with high availability, scalability, and fault tolerance considerations in mind using caching and consistent hashing techniques

base62 bloom-filter ejs nestjs redis sqlite3

Last synced: 05 Nov 2024

https://github.com/daniel-brai/form-validation-with-express-validator

A basic validation process for a signup page

bootstrap ejs express express-validator

Last synced: 05 Nov 2024

https://github.com/crmsaas/timetable-app

This is a simple timetable web app built with HTML, CSS, JavaScript, and Node.js (Express). It allows users to manage weekly schedules, add, edit, and delete tasks or classes, and view an organized timetable. This project is also Hacktoberfest-ready, with 30 beginner-friendly issues for contributors to tackle and learn from.

ejs expressjs hacktoberfest hacktoberfest2024 hactoberfest hactoberfest-accepted hactoberfest2024 html-css-javascript javascript nodejs

Last synced: 31 Oct 2024

https://github.com/lnvaldez/vote-crud

A voting-based CRUD application built with Express.js and EJS where users can create, read, update, and delete themes.

ejs express express-ejs javascript security

Last synced: 31 Oct 2024

https://github.com/mdawoud27/readify

This is a portfolio project for ALX Specialization phase.

ejs express javascript jwt mongodb mongoose nodejs redis

Last synced: 31 Oct 2024

https://github.com/batiste1998/pokemon-mvc

Une application Node.js simple démontrant l'architecture MVC (Model-View-Controller) en utilisant une base de données de Pokémon.

ejs expressjs mongodb mongoose mvc-architecture nodejs

Last synced: 31 Oct 2024

https://github.com/hildegarmedina/planning-poker

A collaborative tool for agile teams to estimate project tasks using the Planning Poker technique. This application leverages Socket.IO for real-time communication and Redis for efficient caching, ensuring a seamless and responsive user experience.

ejs expressjs nodejs planning-poker planning-poker-game socket-io

Last synced: 31 Oct 2024

https://github.com/aderdev81/atelierframeworkcoteserveur

Mes TPs d'atelier framework coté serveur

ejs ejs-templates express mongodb mysql nodejs sequelize sqllite

Last synced: 31 Oct 2024

https://github.com/amanmandal-m/triveous-ecommerce-backend

Our backend powers an e-commerce platform. It handles user management, product operations, shopping carts, order processing, and more. Built with Node.js, Express.js, and MongoDB, it's designed for scalability and integration with your frontend.

aws-ec2 bcrypt cors dotenv ejs express-js jsonwebtoken mongoose node-js nodemailer twillio

Last synced: 07 Nov 2024

https://github.com/joliwood/mvc-architecture

OLD - PSQL DB managed by Sequelize, only POO, using MVC architecture & Merise methodology. Design with Tailwindcss & Daisy UI

daisyui database ejs merise mvc-architecture node plpgsql sequelize tailwindcss

Last synced: 11 Oct 2024

https://github.com/exemplar-codes/online-shop-with-nosql-mongoose

A more realistic Online app, this time with Mongoose (last version was vanilla MongoDb)

ejs expressjs mongodb-atlas mongoose-model mongoose-schema mongoose-timestamp mongoose-vs-mongodb mongoosejs

Last synced: 27 Sep 2024

https://github.com/solygambas/javascript-blogging-platform

A blogging platform using MongoDB Atlas, Express and Node.js.

ejs express expressjs javascript mongodb node nodejs socket-io

Last synced: 27 Oct 2024

https://github.com/inglorious-ratbastard/chensofandog

Chensofandog - Chainsaw Man Anime/Manga Fansite - ExpressJS App

chainsaw-man ejs ejs-templates express expressjs fan-site

Last synced: 11 Oct 2024

https://github.com/shashvat07/socialmedia

Lambda is a social media web application where users can personalize their profile , make posts, comments, like & make friends and chat with them.

ajax css3 ejs expressjs gulpjs javascript jquery json kue mern-stack mognodb mongodb-atlas mongoose multer nodejs passportjs redis scss socket-io xml

Last synced: 11 Oct 2024

https://github.com/kosatyi/ejs

EJS templates with extend/block support

ejs ejs-express ejs-template-engine ejs-templates

Last synced: 12 Oct 2024

EJS Awesome Lists
EJS Categories