Skip to main content

Jinja Materializecss theme capability

Project description

Fastapi Jinja materializecss theming system.

Example

# material_demo.py
import os
from fastapi import FastAPI, Request
import justengel_material

MY_DIR = os.path.dirname(__file__)

app = FastAPI()
material = justengel_material.MaterialTemplates(os.path.join(MY_DIR, 'templates'))
material.install_app(app, site_name='Material Demo', primary_color='purple', secondary_color='teal')

@app.get('/')
def index(request: Request):
    ctx = {'request': request, 'base_url': request.base_url,
           'title': 'index'
           }
    return material.TemplateResponse('material/index.html', ctx)

HTML Template in templates/material/index.html

{# templates/material/index.html #}
{% extends "justengel_material/base.html" %}

{% block contents %}
<h1>Hello World!</h1>

<ul>
    <li>Item 1</li>
    <li>Item 2</li>
    <li>Item 3</li>
</ul>

<button class="btn">Button</button>
{% endblock contents %}

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

justengel_material-1.0.5.tar.gz (257.6 kB view details)

Uploaded Source

Built Distribution

justengel_material-1.0.5-py3-none-any.whl (266.7 kB view details)

Uploaded Python 3

File details

Details for the file justengel_material-1.0.5.tar.gz.

File metadata

  • Download URL: justengel_material-1.0.5.tar.gz
  • Upload date:
  • Size: 257.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for justengel_material-1.0.5.tar.gz
Algorithm Hash digest
SHA256 279d04d9371b937a04818cfac3c40b490ed57883a2f27bb2c483786192052c3d
MD5 21f90a1876c85d61c8def3ca52b39fd3
BLAKE2b-256 9141f44b43a59fe89af258eb0f5dd40ca670f05fd0b7f2ccff49dbce24511b6d

See more details on using hashes here.

File details

Details for the file justengel_material-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: justengel_material-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 266.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for justengel_material-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 44cacf24d3341e15505ab7f7ea154bdaa7467ec22721e0c7d61d07ec551d6014
MD5 cd5324a1eac5ddcc74bde6914b0eae2b
BLAKE2b-256 cf5e33327d72ecc2327cda92f25c86787432f04ed47384889a0dc704c01406d2

See more details on using hashes here.

Supported by

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