UNPKG

coctohug-web

Version:

- Nice localization with support of dozens of languages: [English](https://github.com/raingggg/coctohug/blob/main/readme_en.md), [العربية](https://github.com/raingggg/coctohug/blob/main/readme_ar.md), [Bulgarian](https://github.com/raingggg/coctohug/blob/

10 lines (7 loc) 216 B
var i18n = require('i18n'); const express = require('express'); const router = express.Router(); router.get('/', async (req, res, next) => { res.render('index', { pageName: 'faq' }); }); module.exports = router;