{% extends 'base.html.twig' %} {% set blogLang = getLang(blog.getBlogLangs(), app.request) %} {% set pageTitle = blogLang.title %} {% block meta %} {% endblock %} {% block stylesheets %} {% endblock %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: blogLang.title, skip: false, isBlogDetail: true, watchButton: false, blogTags: blog.tagIdArray }} %}
{{blogLang.description|raw}}
technoone'dan haberler
Güncel Öne Çıkan Haberler
Tümünü inceleyin
{% for blog in getBlogs({'perPage':3, 'exclude': [blog.id]}, app.request)['blogs'] %} {% include "components/_blog-item.html.twig" with {blog: blog} %} {% endfor %}
{% endblock %}