diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index e736864..ede7941 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -63,8 +63,8 @@ | |||
63 | </nav> | 63 | </nav> |
64 | 64 | ||
65 | <main> | 65 | <main> |
66 | $if(namespace.root.is_index)$ | 66 | $if(layout.is_deep_categorized_list)$ |
67 | ${layouts/index()} | 67 | ${layouts/deep_categorized_list()} |
68 | $elseif(layout.is_categorized_list)$ | 68 | $elseif(layout.is_categorized_list)$ |
69 | ${layouts/categorized_list()} | 69 | ${layouts/categorized_list()} |
70 | $elseif(layout.is_list)$ | 70 | $elseif(layout.is_list)$ |