Skip to content

Instantly share code, notes, and snippets.

@danjac
Created May 7, 2015 17:34
Show Gist options
  • Save danjac/a2190922387f9e9ffbb7 to your computer and use it in GitHub Desktop.
Save danjac/a2190922387f9e9ffbb7 to your computer and use it in GitHub Desktop.
{% extends "talent_solution/base_landing_page.html" %}
{% load talent_solution_tags %}
{% block header_img %}some_crappy_banner.png{% endblock %}
{% block header title %}Wow a new landing page{% endblock %}
{% block carousel %}
{# normally this is just DB-driven...#}
{% carousel 5 6 "blah" %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment