{% extends "layout.html" %} {% block title %}Golem : {{project|capitalize}} : {{page_name}}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{page_name}}

{% if g.user.project_weight(project) >= 30 %} {% endif %}

Elements

Name
Selector
Value
Display Name
{% for element in page_object_data.elements %} {% endfor %} {% if not page_object_data.elements %} {% endif %}

Functions

{% for function in page_object_data.functions %}
{{function.code}}
{% endfor %}
{% for line in page_object_data.import_lines %} {% endfor %}
{% endblock %}