Created
September 7, 2012 15:54
-
-
Save robrocker7/3667363 to your computer and use it in GitHub Desktop.
Example of site2/index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "base.html" %} | |
{% load content_filters content_tags sekizai_tags testimonial_tags %} | |
{% block page_title %}2nd amazing title tag!{% endblock %} | |
{% block css %} | |
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> | |
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/affiliates/sem-landing-page/home.css" /> | |
{% endblock %} | |
{% block navigation %} | |
<div id="navigation"> | |
<ul> | |
<li class="home-button {% if 'index' in active_pages %}active{% endif %}"><a href="/" title=""><img src="{{ STATIC_URL }}img/base/home-icon{% if 'index' in active_pages %}-white{% endif %}.png"/></a></li> | |
<li {% if 'secret-info' in active_pages %}class="active"{% endif %}><a href="http://www.brandterm.com/products/product_one_edited_url_ha" title="">Products</a></li> | |
<li {% if 'about-us' in active_pages %}class="active"{% endif %}><a href="http://www.brandterm.com/about/" title="">About Us</a></li> | |
</ul> | |
</div> | |
{% endblock %} | |
{% block subnav %}{% endblock %} | |
{% block third-party-nav %} | |
<div id="mcafee"> | |
<a target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.brandterm.com"><img width="115" height="32" border="0" src="//images.scanalert.com/meter/www.brandterm.com/12.gif" alt="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" oncontextmenu="alert('Copying Prohibited by Law - McAfee SECURE is a Trademark of McAfee, Inc.'); return false;"></a> | |
</div> | |
{% endblock %} | |
{% block content %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment