Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

ryankanno/django-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-templates

Here be dragons

Just a small Django app to get the latest and greatest base templates.

Features

Supports:

Install

Clone this project somewhere your Python path can find it.

Add django-templates to INSTALLED_APPS

INSTALLED_APPS = (
    ...
    'django-templates',
    ...
)

Usage

To use django-templates, just extend the various base layouts.

{% extends 'html5boilerplate/base.html' %}

{% block header.content %}
    Helllllo World.
{% endblock header.content %}

About

Just a small Django app to get the latest and greatest templates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages