{% extends "base.html" %} {% block head %} {% end block %} {% block title %}{{ _("Welcome to IPFire") }}{% end block %} {% block container %}
IPFire Logo

{{ _("The Open Source Firewall") }}

{{ _("Secure your network with IPFire") }}

{{ _("IPFire is a versatile, state-of-the-art Open Source firewall based on Linux.") }} {{ _("Its ease of use, high performance in any scenario and extensibility make it usable for everyone.") }}

{{ _("Learn More") }}
{{ _("Security") }}

{{ _("Security is the highest priority in IPFire.") }} {{ _("It is hardened to protect itself from attacks from the Internet and prevents attacks on your network.") }}

{{ _("Firewall") }}

{{ _("Its powerful firewall engine and Intrusion Prevention System protects your network against attacks from the Internet and Denial-of-Service attacks.") }}

{{ _("Open Source") }}

{{ _("IPFire is free software and developed by an open community and trusted by hundreds of thousands of users from all around the world.") }}

{{ _("Latest Release") }}

{{ locale.format_date(latest_release.date, shorter=True) }}

{% if latest_release.post %} {{ _("%s has been released!") % latest_release.name }} {% else %} {{ _("%s has been released!") % latest_release.name }} {% end %}

{{ _("What's going on?") }}

{% for post in posts %}
{{ locale.format_date(post.published_at, relative=True, shorter=True) }}  
{{ post.title }}
{% end %}
{{ _("Read More") }}
{% end block %}