Software Alternatives, Accelerators & Startups

Part 3: Templating HTML with Python, Jinja2 and serverless WebAssembly

Jinja Bulma
  1. 1
    Jinja is a modern and designer-friendly templating language that leverages the full power of JavaScript.
    So far, weโ€™ve worked with a single static HTML page. But we want to dynamically list all of the bookmarks weโ€™ve collected. Python has an excellent template library called Jinja2 that makes it really easy to dynamically render HTML. So weโ€™ll use that.

    #Javascript UI Libraries #Front-End Frameworks #Development 13 social mentions

  2. 2
    Bulma is an open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
    Pricing:
    • Open Source
    This is a pretty basic HTML that contains a form with a couple of form fields and a submit button. To make styling a little easier, I opted to use Bulma. But thatโ€™s entirely optional, and does nothing to impact our app.

    #CSS Framework #Development Tools #Design Tools 115 social mentions

Discuss: Part 3: Templating HTML with Python, Jinja2 and serverless WebAssembly

Log in or Post with