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

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

{% if latest_release %} {{ _("Latest Release:") }} {{ latest_release.name }} {{ _("from %s") % locale.format_date(latest_release.date, shorter=True) }} {% end %}

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

{{ _("IPFire is a hardened, 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.") }}

{% end block %}