```csharp public HomePageModel(IPublishedContent c...
# hacktoberfest
s
Copy code
csharp
public HomePageModel(IPublishedContent content, IPublishedValueFallback publishedValueFallback) 
            : base(content, publishedValueFallback) { }