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