{% extends "pages/base.html" %} {% block title %}{{ project.name }} — boxframe{% endblock %} {% block content %}
{% if layout.width is not none and layout.height is not none %} {{ layout.width }}×{{ layout.height }} grid {% elif layout.width is not none %} width {{ layout.width }} {% elif layout.height is not none %} height {{ layout.height }} {% else %} no bounds {% endif %}
Created: {{ layout.created_at.strftime('%Y-%m-%d') if layout.created_at else '' }}
No layouts yet. Create your first mockup!