Skip to main content

Jinja templates for Digital Marketplace apps.

Project description

Digital Marketplace Jinja Macros

Python 3.11 Python 3.12 Python 3.13 PyPI version

This repository provides a complete set of Jinja macros that are kept up-to-date and 100% compliant with CCS Digital Marketplace GOV.UK Frontend Nunjucks macros. Porting is intentionally manual rather than automated to make updates simpler than maintaining an automated conversion routine. A comprehensive test suite ensures compliance against the latest, and every subsequent, CCS GOV.UK Frontend Frontend release.

This project was inspired by the GOV.UK Frontend Jinja Macros project by HM Land Registry and we thank them for their work which has helped with this project.

Compatibility

The following table shows the version of Digital Marketplace Frontend Jinja that you should use for your targeted version of CCS Digital Marketplace GOV.UK Frontend:

Digital Marketplace Frontend Jinja Version Target CCS Digital Marketplace GOV.UK Frontend Version
4.19.0 3.17.0
4.18.3 3.16.3
4.18.2 3.16.2
4.18.1 3.16.1
4.18.0 3.16.0
4.17.1 3.15.3
4.16.1 3.15.1
4.16.0 3.15.0
4.15.0 3.14.0
4.14.0 3.14.0
4.13.1 3.13.1
4.13.0 3.13.0
4.12.1 3.12.1
4.12.0 3.12.0
4.11.0 3.11.0
4.10.1 3.10.1
4.10.0 3.10.0
4.9.2 3.9.2
4.9.1 3.9.1
4.9.0 3.9.0
4.8.0 3.8.0
4.7.0 3.7.0
4.6.0 3.6.0
4.5.0 3.5.0
4.4.0 3.4.0
4.3.0 3.3.0
4.2.0 3.2.0
4.1.1 3.1.1
4.1.0 3.1.0
4.0.0 3.0.0
3.7.2 2.8.3
3.7.1 2.8.2
3.7.0 2.8.1
3.6.0 2.7.0
3.5.0 2.6.0
3.4.0 2.4.0
3.3.1 2.3.1
3.3.0 2.3.0
3.2.0 2.2.0
3.1.0 2.1.1
3.0.1 2.0.2
2.10.0 1.3.1
2.9.0 1.2.0
2.8.0 1.1.0
2.7.0 1.0.0
2.6.0 6.4.0
2.5.0 6.3.0
2.2.0 6.2.0
2.1.1 6.1.1
2.1.0 6.1.0
2.0.0 6.0.0
1.4.1 5.5.0
1.4.0 5.5.0
1.3.3 5.4.3
1.3.2 5.4.2
1.3.1 5.4.1
1.3.0 5.4.0
1.2.0 5.2.0
1.1.0 5.2.0
1.0.2 5.1.2
1.0.1 5.1.1
1.0.0 5.1.0

Any other versions of CCS Digital Marketplace GOV.UK Frontend not shown above may still be compatible, but have not been specifically tested and verified.

How to use

After running pip install ccs-digitalmarketplace-frontend-jinja, ensure that you tell Jinja where to load the templates from using the PackageLoader as follows:

from flask import Flask
from jinja2 import ChoiceLoader, PackageLoader, PrefixLoader

app = Flask(__name__)

app.jinja_loader = ChoiceLoader(
    [
        PackageLoader("app"),
        PrefixLoader(
          {
            "govuk_frontend_jinja": PackageLoader("govuk_frontend_jinja"),
            "digitalmarketplace_frontend_jinja": PackageLoader("digitalmarketplace_frontend_jinja"),
          }
        ),
    ]
)

Calling a Macro in your template

To use a component in your project templates you must import and call the component macro and pass the relevant options, for example:

{%- from 'digitalmarketplace_frontend_jinja/components/alert/macro.html' import digitalmarketplaceAlert -%}

{{ digitalmarketplaceAlert({
    "titleText": "Your application is complete",
    "text": "You still have 3 unsubmitted services",
    "type" : "success"
}) }}

The options available to each component macro can be found in the original CCS Digital Marketplace GOV.UK Frontend documentation. Since this project is a like-for-like port, the only difference between the Nunjucks examples and their Jinja equivalents is having to quote key names, e.g. 'text' instead of text.

Versioning

Releases of this project follow semantic versioning, ie

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards-compatible manner, and
  • PATCH version when you make backwards-compatible bug fixes.

To make a new version:

  • update the version in the digitalmarketplace_frontend_jinja/__init__.py file
  • if you are making a major change, also update the change log;

When the pull request is merged a GitHub Action will tag the new version.

Pre-commit hooks

This project has a pre-commit hook to do some general file checks and check the pyproject.toml. Follow the Quick start to see how to set this up in your local checkout of this project.

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.

The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ccs_digitalmarketplace_frontend_jinja-4.19.0.tar.gz (31.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file ccs_digitalmarketplace_frontend_jinja-4.19.0.tar.gz.

File metadata

File hashes

Hashes for ccs_digitalmarketplace_frontend_jinja-4.19.0.tar.gz
Algorithm Hash digest
SHA256 82a10a90fe7bbf00aa0f9248fdcdbd28cb3de3c1da5bd7f4db4d262b27218a1b
MD5 22fa850ba086c1bcb6ed7557ff894453
BLAKE2b-256 738b8f20611905b3153d4c7df6a07c5ebfbea2e6ae4e0e6cddbadd169735ace4

See more details on using hashes here.

File details

Details for the file ccs_digitalmarketplace_frontend_jinja-4.19.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ccs_digitalmarketplace_frontend_jinja-4.19.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3a80f57faf10ffd29187803fb590db6c2d6a01d571703af1e20f1d2214ac3d67
MD5 9f4cb8543d48509a0ab612caf3ee64c6
BLAKE2b-256 c137c9f47840198f2dd33b978fd8de4f81f6b04b5b9ec9946513adba93c4068c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page