{% extends 'base.html.twig' %} {% set blogTags = getBlogTags(app.request) %} {% set blogLang = getLang(blog.getBlogLangs(), app.request) %} {% set pageTitle = blogLang.title %} {% if blogLang.keywords %} {% set keywords = blogLang.keywords %} {% else %} {% set keywords = "" %} {% set precondition = true %} {% set text = blogLang.description|replace({'\n': ''}) %} {% for i in 0..5 %} {% if precondition %} {% set elementContent = getElementContent(text, 'b') %} {% set precondition = elementContent['content'] %} {% if precondition %} {% set text = elementContent['after'] %} {% if i != 0 %}{% set keywords = keywords ~ "," %}{% endif %} {% set keywords = keywords ~ precondition %} {% endif %} {% endif %} {% endfor %} {% set keywords = keywords|replace({' ,': ','}) %} {% endif %} {% block meta %} {% if blogLang.metaDescription %} {% elseif '

' in blogLang.description %} ': ''}) }}'> {% endif %} {% endblock %} {% block og_type %}article|raw{% endblock %} {% block stylesheets %} {% endblock %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: blogLang.title, skip: false, isBlogDetail: true, watchButton: false, blogTags: blog.tagIdentifierArray }} %}
{{blogLang.description|raw}}

technoone'dan haberler

{{ "featured_blogs"|trans|title }}

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 %}