{% extends "base.html" %} {% block content %} Share /// A forum thread record thread { /// Thread title title!: string constrained { maxLength: 200, minLength: 1, }, /// Thread body body: string constrained { maxLength: 10000, }, /// Thread creation timestamp createdAt!: Datetime, } Generate Validate Lexicon (JSON) TypeScript Go Rust {% endblock %} {% block extra_scripts %} {% endblock %}