{% extends "otree/BaseBuiltIn.html" %} {% block title %} Amazon Mechanical Turk: HTML snippet {% endblock %} {% block content_at_top_of_body %} {{ block.super }} {% include 'otree/TopMenu.html' %} {% endblock %} {% block content %}

Paste the following code into the HIT page on Amazon Mechanical Turk

    Click
    <a href="{{ mturk_default_session_url }}" id="start_url" target="_blank">
    here
    </a> 
    to start.
    <script type="text/javascript" src="{{ mturk_hit_page_js_url }}"></script>
{% if default_session %} {% else %} {% endif %} {% endblock %}