+
+
+ @if (Source == "remote")
+ {
+
+ }
+
+
+ @foreach (var category in Categories)
+ {
+
@category.Key
+
+ @foreach (var emoji in category.Value)
+ {
+
+
+
+ @emoji.Name
+
+ @foreach (var alias in emoji.Aliases)
+ {
+ @alias
+ }
+
+
+ @if (Source == "remote")
+ {
+
+ }
+ @if (emoji.Sensitive)
+ {
+
+ }
+ @if (!string.IsNullOrWhiteSpace(emoji.License))
+ {
+
+ }
+
+
+
+ }
+
+ }
+
+}
+@if (State is State.Empty)
+{
+