Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <div class="row">
  2.  
  3. <div class="col-md-8">
  4. <br>
  5. <h3 class="news-item">{{news.name}}</h3>
  6. <hr>
  7. {% if news.webPath1 is not null or news.webPath2 is not null or news.webPath3 is not null %}
  8. <img class="news-picture-big" src="{{asset(news.webPath1|imagine_filter('photo'))}}" class="news-photo-main" alt="" /></a>
  9. {% endif %}
  10. <hr>
  11. <p style="color:#000">{{ news.content|nl2br }}</p>
  12. <span style="color:#000">{{ news.createdAt|date('d.m.Y, G:i') }}</span>
  13. <hr>
  14.  
  15.  
  16. </div>
  17.  
  18. <!-- Blog Sidebar Widgets Column -->
  19. <div class="col-md-4">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement