Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<div class="container">

<!-- Content -->
<div id="content">
<div class="content">
<article class="box post">
<header class="style1">
@if (string.IsNullOrEmpty(Model.Content.Header))
@if (!string.IsNullOrEmpty(Model.Content.Header))
{
<h2>@Model.Content.Header</h2>
}
@if (string.IsNullOrEmpty(Model.Content.Description))
@if (!string.IsNullOrEmpty(Model.Content.Description))
{
<p>@Model.Content.Description</p>
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockListItem<UTpro__Article__Paragraph>>
@{
}
<div class="richtext">
<div class="paragraph">
@Model.Content.Richtext
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"expose": [],
"Layout": {}
},
"markup": "\u003Cp\u003E\u003Cstrong\u003EuTPro\u003C/strong\u003E is a powerful \u003Cstrong\u003EStarter Kit Template\u003C/strong\u003E built to \u003Cstrong\u003Eaccelerate website development on the Umbraco platform.\u003C/strong\u003E\u003C/p\u003E\u003Cp\u003EIt enables developers to create \u003Cstrong\u003Eenterprise\u2011grade\u003C/strong\u003E websites faster, more reliably, and with a professional structure from day one.\u003C/p\u003E"
"markup": "\u003Cp\u003E\u003Cstrong\u003EuTPro\u003C/strong\u003E is a powerful \u003Cstrong\u003EStarter Kit Template\u003C/strong\u003E built to \u003Cstrong\u003Eaccelerate website development on the Umbraco platform.\u003C/strong\u003E\u003C/p\u003E\u003Cp\u003EIt enables developers to create \u003Cstrong\u003Eenterprise\u2011grade\u003C/strong\u003E websites faster, more reliably, and with a professional structure from day one.\u003C/p\u003E\u003Cp\u003E\u003Cspan style=\u0022white-space: pre-wrap;\u0022\u003EuTPro is developed on top of the \u003C/span\u003E\u003Cstrong\u003E\u003Cspan style=\u0022white-space: pre-wrap;\u0022\u003EUmbraco \u003C/span\u003E\u003C/strong\u003E\u003Cspan style=\u0022white-space: pre-wrap;\u0022\u003Ecore platform. Because of this foundation, we ensure that the product consistently follows Umbraco\u2019s core principles \u2014 a .NET\u2011based CMS recognized for its flexibility, user\u2011friendly experience, strong community ecosystem, and excellent long\u2011term value.\u003C/span\u003E\u003C/p\u003E\u003Cp\u003EOur standout qualities include:\u003C/p\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003ETrue flexibility\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EHigh ROI\u0026nbsp;(cost-effectiveness)\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EFast deployment\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003EEnterprise readiness\u003C/p\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cp\u003EIn general, Umbraco is especially well suited for:\u003C/p\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EEnterprises looking for flexible, scalable digital solutions with low operating costs and fast cloud development capabilities\u003C/p\u003E\u003C/li\u003E\u003Cli\u003E\u003Cp\u003E.NET Agencies that need efficient deployment, high levels of customization, and a modern CMS to support diverse client needs\u003C/p\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cp\u003EuTPro is \u003Cstrong\u003Ecompletely free and open source\u003C/strong\u003E, giving developers the freedom to \u003Cstrong\u003Ecustomize, extend, and innovate without limits...\u003C/strong\u003E\u003C/p\u003E"
}
}
]
Expand Down
Loading