Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="row">
- <div class="col-md-8">
- <br>
- <h3 class="news-item">{{news.name}}</h3>
- <hr>
- {% if news.webPath1 is not null or news.webPath2 is not null or news.webPath3 is not null %}
- <img class="news-picture-big" src="{{asset(news.webPath1|imagine_filter('photo'))}}" class="news-photo-main" alt="" /></a>
- {% endif %}
- <hr>
- <p style="color:#000">{{ news.content|nl2br }}</p>
- <span style="color:#000">{{ news.createdAt|date('d.m.Y, G:i') }}</span>
- <hr>
- </div>
- <!-- Blog Sidebar Widgets Column -->
- <div class="col-md-4">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement