Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7626423
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:19:22+00:00 2026-05-31T05:19:22+00:00

Jinja allows me to do {% for item in all_items %} {{ item }}

  • 0

Jinja allows me to do

{% for item in all_items %}
    {{ item }}
{% endfor %}

but I’d like to be able to only take the first n items; in Python that would be

for item in all_items[:n]:

Is there any elegant way to do this in Jinja, except

{% for item in all_items %}
    {% if loop.index <= n %}
        {{ item }}
    {% endif %}
{% endfor %}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T05:19:23+00:00Added an answer on May 31, 2026 at 5:19 am

    You can use normal python slice syntax.

    >>> import jinja2
    >>> t = jinja2.Template("{% for i in items[:3] %}{{ i }}\n{% endfor %}")
    >>> items = range(10)
    >>> print(t.render(items=items))
    0
    1
    2
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Essentially, I have a profile page with comments that get displayed. I would like
I always thought that jinja was better because of template extending.. but them I've
Like the comments in Hacker News and Reddit. I've looked at Jinja's docs but
How do I get nested templates like Jinja has in the python runtime. TBC
https://github.com/yoavaviram/python-amazon-simple-product-api states that it is compatile with GAE. But How could I install it
I have a flask app with a jinja macro that looks like that {%
I switched to Jinja from Django but a lot of my templates broke when
I started using Jinja Templating with Python to develop web apps. With Jinja, I
my scenario is Appengine/python/jinja/twitter-bootstrap and in this code... {% for VMS in VEP.vms_set %}
I don't use Python regularly, but now I have to. I should run a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.