{% extends 'base.html' %} {% block title %} Official ArmaLaser | Laser Sights for Guns {% endblock %} {% block metadescription %} ArmaLaser offers the most technologically advanced red and green lasers for the world's most popular pistols. {% endblock %} {% block css %} {% endblock %} {% block outsidecontainer %} {% endblock %} {% block content %}
{% if now > '2019-04-11 23:59:59' and now < '2019-04-15 23:59:00' %} {% include 'Home/sale.component.html' %} {% else %} {% include 'Home/carousel.component.html' %} {% endif %}

Explore Lasers & Laser-Fit TM Holsters by Pistol Brand

{% for brand in logos %}
ArmaLaser products for {{ brand.pistol_brand_name }}
{% endfor %}

*ArmaLaser, Inc is not affiliated with the above firearms manufacturers, firearms manufacturer subsidiaries, or firearms manufacturer parent companies.

{% endblock %} {% block bottomjs %} {% if now > '2019-04-11 23:59:59' and now < '2019-04-15 23:59:59' %} {% endif %} {% if now > '2019-02-14 13:59:59' and now < '2019-02-18 23:59:59' %} {% endif %} {% if now > '2018-05-24 23:59:59' and now < '2018-05-28 23:59:59' %} {% endif %} {% if now > '2018-02-15 23:59:59' and now < '2018-02-19 23:59:59' %} {% endif %} {% if now > '2017-12-25 23:59:59' and now < '2018-01-01 23:59:59' %} {% endif %} {% if now > '2017-11-30 23:59:59' and now < '2017-12-24 23:59:59' %} {% endif %} {% endblock %}