@@ -3,4 +3,20 @@
{% set news_selected = True %}
{% block main %}
-{% endblock %}
+<style>
+ :root {
+ --columns: 3;
+ }
+</style>
+{% for _ in range(15) %}
+ <figure>
+ <svg width="16px" height="9px" style="background-color: gray"></svg>
+ <figcaption class="hbox">
+ <div class="caption">
+ <h1>News Title Here / Date</h1>
+ news
+ </div>
+ </figcaption>
+ </figure>
+{% endfor %}
+{% endblock %}