@model RegisterViewModel; @using System.Diagnostics; @* Generated classes by CommentHelper.cs: - .ha-letlink .ha-wwwlink .ha-reflink: Links to letters, the web, the reference - .ha-lemma: The lemma - .ha-title: Name of something - .ha-reference: Automatically inserted linktext - .ha-commenthead: Class containing the head of a comment, lemma and backlinks - .ha-commentbody: Body of a comment, containing the comments text - .ha-letlinks: Collection of references in the comment within the marginals - .ha-insertedlemma: automatically generated and inserted lemma *@ @{ var commentClass = Model.Category == "neuzeit" ? "ha-neuzeit" : Model.Category == "forschung" ? "ha-forschung" : "ha-bibel"; }
@Model.Title