{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block content %}
Future-facing news magazine

Startup, tech, and general news in a living editorial grid.

Signal now mixes startup/tech reporting with broader world, business, policy, and culture coverage—surfaced through dynamic tiles, fast search, RSS ingestion, and your in-house CMS.

{{ story_count }}Published stories
{{ topics|length }}Topic lanes
{{ sources|length }}Live feeds
24/7Editorial motion
Front page brief {% if last_updated %}Updated {{ last_updated.published_at|date:"M d" }}{% endif %}
{% if featured_story %}

{{ featured_story.title }}

{{ featured_story.excerpt|default:featured_story.content|truncatechars:155 }}

{% else %}

No stories yet

Connect RSS feeds or publish an original story to bring this front page to life.

Publish the first story {% endif %}
Topic radar

Jump between focused beats and broader news lanes.

See all stories
{% for topic in topics %} {{ topic.name }} {% empty %}

Create topics in the admin to organize the newsroom.

{% endfor %}
Bento front page

Unbalanced tiles that feel like they are gently in motion.

A mixed editorial surface for RSS imports, original pieces, and source modules.

{% if featured_story %}
Featured signal

{{ featured_story.title }}

{{ featured_story.excerpt|default:featured_story.content|truncatechars:200 }}

{% if featured_story.image_url %} {{ featured_story.title }} {% else %} {% endif %}
{% endif %} {% for story in spotlight_stories %}

{{ story.title }}

{{ story.excerpt|default:story.content|truncatechars:125 }}

{% empty %}

No feed items yet

The grid is ready. Add RSS sources in admin and the next refresh will populate the tiles.

{% endfor %} {% if original_story %}
Original feature

{{ original_story.title }}

{{ original_story.excerpt|truncatechars:145 }}

{% endif %}
{% endblock %}