check posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-13 20:23:01 +10:00
parent 74233dd498
commit 1fef23b5a4

View File

@ -2,7 +2,11 @@
{% for posto in postos %} {% for posto in postos %}
<div class="row"> <div class="row">
<div class="col s12 m6"> <div class="col s12 m6">
{% if posto.root_post %}
<div class="card deep-orange accent-4 darken-1"> <div class="card deep-orange accent-4 darken-1">
{% else %}
<div class="card blue-grey darken-1">
{% endif %}
<div class="card-content white-text"> <div class="card-content white-text">
<span class="card-title">#{{ posto._key }}</span> <span class="card-title">#{{ posto._key }}</span>
<p>{{ posto.texto }}</p> <p>{{ posto.texto }}</p>