+ @Citizen.DisplayName’s Success Story
+
+ @if (Story.FromHere)
+ {
+ Found via Jobs, Jobs, Jobs
+ }
+
+ @if (Story.Story != null)
+ {
+ @(new MarkupString(Story.Story.ToHtml()))
+ }
+
diff --git a/src/JobsJobsJobs/Client/Pages/SuccessStory/ViewStory.razor.cs b/src/JobsJobsJobs/Client/Pages/SuccessStory/ViewStory.razor.cs
new file mode 100644
index 0000000..115abfd
--- /dev/null
+++ b/src/JobsJobsJobs/Client/Pages/SuccessStory/ViewStory.razor.cs
@@ -0,0 +1,69 @@
+using Microsoft.AspNetCore.Components;
+using System.Collections.Generic;
+using System.Threading.Tasks;
+using Domain = JobsJobsJobs.Shared;
+
+namespace JobsJobsJobs.Client.Pages.SuccessStory
+{
+ public partial class ViewStory : ComponentBase
+ {
+ ///