Skip to main content

Base HTML templates for DPaW Django projects

Project description

This project consists of a basic Django application containing HTML templates that provide a starting point for web applications used by the Department of Parks and Wildlife. The base template consists of a mobile-friendly HTML5 template with a fixed top navbar containing the DPaW logo, plus static assets. The project also contains functional examples of login and logged out templates.

The base template is based upon HTML5 Boilerplate styled with Bootstrap 3, with some additional styling via the Bootflat UI kit.

Installation and usage

  1. Install via pip: pip install webtemplate-dpaw

  2. Extend the included base template by placing the following at the head of your own templates: {% extends "webtemplate_dpaw/base.html" %}

  3. Place page content within the required blocks.

The main template blocks are as follows:

  • navbar_links

  • page_content

  • page_footer

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

webtemplate-dpaw-0.0.1rc.tar.gz (32.9 kB view hashes)

Uploaded Source

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