title = "blog mosaab22" url = "/blog-mosaab22" layout = "Mosaab" is_hidden = 0 [blogPosts] pageNumber = "{{ :page }}" postsPerPage = 10 noPostsMessage = "No posts found" sortOrder = "published_at desc" categoryPage = "1calculermoyenneyassine" postPage = "blog/post" ==

NEWS

{% set posts = blogPosts.posts %}
    {% for post in posts %}
  • {{ post.title }}

    {% if post.categories.count %} {% set categoryLinks = post.categories | map(c => "#{c.name}") | join(', ') %} {{ 'winter.blog::lang.post.posted_byline' | trans({ date: post.published_at | date('winter.blog::lang.post.date_format' | trans), categories: categoryLinks }) }} {% else %} {{ 'winter.blog::lang.post.posted_byline_no_categories' | trans({ date: post.published_at | date('winter.blog::lang.post.date_format' | trans) }) }} {% endif %}

    {{ post.summary | raw }}

  • {% else %}
  • {{ blogPosts.noPostsMessage }}
  • {% endfor %}
{% for post in posts %}
{{ post.title }}

by John Doe on July 25, 2014

{{ post.summary | raw }}

Read More...
{% endfor %}
Barnaby The Bear's my name, never call me Jack or James, I will sing my way to fame.

by John Doe on July 15, 2014

I never spend much time in school but I taught ladies plenty. It's true I hire my body out for pay, hey hey. I've gotten burned over Cheryl Tiegs, blown up for Raquel Welch. But when I end up in the hay it's only hay, hey hey. I might jump an open drawbridge, or Tarzan from a vine. 'Cause I'm the unknown stuntman that makes Eastwood look so fine.

Read More...
{% if posts.lastPage > 1 %}
    {% if posts.currentPage > 1 %} {% endif %} {% for page in 1..posts.lastPage %}
  • {{ page }}
  • {% endfor %} {% if posts.lastPage > posts.currentPage %} {% endif %}
{% endif %}
{% partial 'testm' %}