| Index: includes/index.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/includes/index.tmpl | 
| @@ -0,0 +1,27 @@ | 
| +title=Adblock Plus | The world's # 1 free ad blocker | 
| +description=Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari, Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube. | 
| + | 
| +<head> | 
| + <link rel="stylesheet" href="/css/index.css"> | 
| + <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb"> | 
| +</head> | 
| + | 
| +<? include hero-download ?> | 
| +<? include as-mentioned ?> | 
| +<? include features ?> | 
| +<? include abb-cross-promotion ?> | 
| +<? include footnote ?> | 
| + | 
| +<script id="hero-download-button-template" type="text/template"> | 
| + {% if locale in ["en", "de", "fr"] %} | 
| + {{ "Agree and Install for" | translate("agree-and-install-for-browser", "button label") }} | 
| + {% else %} | 
| + {{ "Install for" | translate("install-for-browser", "button label") }} | 
| + {% endif %} | 
| + {% for browser in browsers %} | 
| + <span class="show-on-{{ browser.id }}">{{ browser.name | translate(browser.id + "-name") }}</span> | 
| + {% endfor %} | 
| +</script> | 
| + | 
| +<script src="/js/vendor/bowser.js"></script> | 
| +<script src="/js/index.js"></script> |