{% extends 'base.html' %} {% load media %} {% block title %}Home{% endblock %} {% block content %}

Welcome to the media generator base project. This project is primarily intended as a development server for client-side web developers and designers who want to automate the whole media management process:

Example: Integrating an image

Let's see a two examples of how you would add an image to your website.

This icon is integrated via the CSS background property:

This icon is integrated via the media_url template tag: gtalk

{% endblock %}