[INJECT:appthemedirectorydefault,SearchBanner.cshtml]
Name: @categoryData.Name
@foreach (ArticleLimpet articleData in articleList)
{
}
@RenderTemplate("articlePaging.cshtml", appThemeDirectoryDefault, Model, false)
```
Create a file called "**ArticleDetail.cshtml**" with this content...
```
@inherits RocketDirectoryAPI.Components.RocketDirectoryAPITokens