wip - split app in two

Signed-off-by: Carl Sargunar <carl@sargunar.com>
This commit is contained in:
Carl Sargunar
2022-06-02 21:51:37 +01:00
parent bf9db21809
commit 3c8b71245f
31 changed files with 2852 additions and 12 deletions

View File

@@ -0,0 +1,13 @@
@inherits UmbracoViewPage<ContentModels.CV>
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels
<div class="hobbies group">
<div class="heading">
<h2 class="text-center">@Model.HobbiesTitle</h2>
</div>
<div class="text-center w-100">
<p class="text-muted">@Model.Hobbies</p>
</div>
</div>