+@foreach (var content in contents)
+{
+ while (content.Id > id)
+ {
+
@id :: MISSING
+ id++;
+ }
+ if (wurl)
+ {
+
@content.Id :: @content.Name :: @content.Url
+ }
+ else
+ {
+
@content.Id :: @content.Name
+ } id++;
+}
+
+" + FootHtml;
+ private readonly ServiceContext _serviceContext;
+
+ private ActionResult ContentHtml(string s)
+ {
+ return Content(HeadHtml + s + FootHtml);
+ }
+
+ public ActionResult Index()
+ {
+ var res = EnsureInitialize();
+ if (res != null) return res;
+
+ var html = @"Welcome. You can:
+