% if articles: % for article in articles:

% if article.get('fromrss', 0): % if len(article['icon']): % endif % else: % endif % if article.get('fromrss', 0): ${article['title']} % else: ${article['title']} % endif

% if len(article['summary']): ${article['summary']} % else: No summary text available. % endif
Open article in new tab
% if article['liked']: % else: % endif % if article['disliked']: % else: % endif % if config.enable_pocket:

% endif
% endfor % else: % if q:

No articles were found

% else:

There are no articles yet.

% if page == 'main':

% if is_parsing: Hold on for a few minutes. % else: Wait for <% import time remains = int((config.update_interval - time.time() % config.update_interval) / 60.0) remains = str(remains) minutes = 'minutes' if not remains.endswith('1') or remains == '11' else 'minute' %> ${remains} ${minutes} or run python -m TechParser update manually % endif

% elif page == 'history':

You didn't add any articles to history. You can do that by clicking the like button.

% elif page == 'blacklist':

You didn't add any articles to blacklist. You can do that by clicking the dislike button.

% endif % endif % endif