Template source: free_test.html

{#{% extends "_layouts/base.html" %}#} {% extends request.master_template %} {% block page_title %}Free Test{% endblock %} {% block meta_title %}Free HR Certification Practice Test | HRCP{% endblock meta_title %} {% block meta_description %}Give our HR certification review questions a test drive with our free online HRCP practice test. Simply create a free user account and receive the practice test.{% endblock meta_description %} {% block page_class %}home-page{% endblock %} {% block header_text %}Free HRCP Practice Test{% endblock header_text %} {% block content %} <div class='container'> <div class='row'> <div id='breadcrumbs'> Home > Free Test </div> </div> <div class="page_content"> <p> Would you like a preview of the HRCP online review questions? Try our FREE 20-Question Practice Test! Simply create a user account, and we'll automatically add the 20-Question Practice Test to your account. <a href="/signup/" target="_self">Click here</a> to create an account. </p> <p> <img style="display: block; margin-left: auto; margin-right: auto;" title="HRCP Practice Test" src="/static/img/practice-test-screenshot-600px.jpg" alt="Practice test screenshot"> </p> </div> </div> </div> {% endblock %}