UNPKG

govuk_template_ejs

Version:

Embedded JavaScript packaged version of the GOV.UK template

17 lines (8 loc) 1.03 kB
[![npm govuk_template_ejs](http://img.shields.io/npm/v/govuk_template_ejs.svg)](https://www.npmjs.org/package/govuk_template_ejs) # Embedded JavaScript version of the GOV.UK template This repository is the **Embedded JavaScript** (EJS) version of the [govuk_template](https://github.com/alphagov/govuk_template). It's published to the [npm Registry](https://www.npmjs.org/package/govuk_template_ejs) and you can add it to your application's dependencies from there. ## Build This repo is automatically built from the [govuk_template](https://github.com/alphagov/govuk_template). when the version number is changed in that repository. Please don't send pull requests here for anything but this README, send them to [govuk_template](https://github.com/alphagov/govuk_template). instead. They'll end up here when the template is updated. ## Examples - [The FCO Services application](https://github.com/alphagov/fco-services-node) is a Node.js application that uses this version of the GOV.UK template installed from npm.