Skip to main content

HMLR Frontend Jinja Macros

Project description

HMLR Frontend Jinja Macros

PyPI version hmlr-frontend 1.1.0 Python package

This repository provides a complete set of Jinja macros that are kept up-to-date and 100% compliant with the original HMLR Frontend Nunjucks macros. Porting is intentionally manual rather than automated to make updates simpler than maintaining an automated conversion routine.

Compatibility

The following table shows the version of HMLR Frontend Jinja that you should use for your targeted version of HMLR Frontend:

HMLR Frontend Jinja Version Target HMLR Frontend Version
2.0.0 2.0.0
1.1.0 1.4.0
1.0.0 1.1.0
0.2.0 1.0.0-rc1

Any other versions of HMLR Frontend not shown above may still be compatible, but have not been specifically tested and verified.

How to use

After running pip install hmlr-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({"hmlr_frontend_jinja": PackageLoader("hmlr_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 'hmlr_frontend_jinja/components/header/macro.html' import hmlrHeader -%}

{{ hmlrHeader({
  'serviceName': "Service name",
  'serviceUrl': "#"
}) }}

The options available to each component macro can be found in the original HMLR Design System Components 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

We use SemVer for versioning. For the versions available, see the tags on this repository.

How to contribute

We welcome contribution from the community. If you want to contribute to this project, please review the code of conduct and contribution guidelines.

Contributors

Project details


Download files

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

Source Distribution

hmlr_frontend_jinja-3.0.0rc2.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

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

hmlr_frontend_jinja-3.0.0rc2-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file hmlr_frontend_jinja-3.0.0rc2.tar.gz.

File metadata

  • Download URL: hmlr_frontend_jinja-3.0.0rc2.tar.gz
  • Upload date:
  • Size: 7.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.21

File hashes

Hashes for hmlr_frontend_jinja-3.0.0rc2.tar.gz
Algorithm Hash digest
SHA256 2ff01727e564e33350e4c54bf0504fc53e22bdfaa157f0e259e1d136461eb105
MD5 4de239d898c21179b045bdc3118a862b
BLAKE2b-256 096a3911614cc4a0306735723d0bcc3557280d2aa52a22717b5d5c5215a99db9

See more details on using hashes here.

File details

Details for the file hmlr_frontend_jinja-3.0.0rc2-py3-none-any.whl.

File metadata

File hashes

Hashes for hmlr_frontend_jinja-3.0.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 21d57ec28490878b470c70154802885ed46ddfa194f334d195dd83be509278f9
MD5 b3d9f06807977a4b1d8523948db50252
BLAKE2b-256 9c00e2700f3131d125e153488ebf1c1abbac3291ee2b5d678133c2e98aced40d

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