Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.124 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.02; 'cc:addr:python-list': 0.11; 'suggest': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'templating': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'tests': 0.22; 'cc:addr:python.org': 0.22; 'looks': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; '25,': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'pm,': 0.38; 'rather': 0.38; 'mailing': 0.39; 'entire': 0.61; "you're": 0.61; 'mar': 0.68; 'yourself': 0.78; '2015': 0.84; '1:47': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=3WuDZv3ozEwpbMO1LzODfdhPuvXXZxqxglPpiHBqX6s=; b=IkaJkXxnA9/Fnt5qb/q89djic22L65CaCAaP1xOjpvysEvpH2zJGG6rwgVyHXx/0rQ +8IzeD9exDRgI/7yDCTTX20XHEERXBa2LBzBZAxO8u/DQnodPYVpSDw7RrB6AAnUpAqw 4Swn0PCcJaJPWeCqzWpufo18X2TS01b069ntxN3/Z0QATJ8sd9T4bAA5vntcTnVNnvfz YYnrNSh5CN06+zMGNTv34feIeviHR1WxbbH0CSnK6blDqLAZL0PQQ+3RgKOw1wzXXcyT 723n3oXjMHyt8F48yZo14+Kx8aIyI9D6RusYTjGWnTqMsgkcaY+IczeYHBNJoUSWiCc6 N2rw== MIME-Version: 1.0 X-Received: by 10.107.16.31 with SMTP id y31mr10963916ioi.53.1427252666592; Tue, 24 Mar 2015 20:04:26 -0700 (PDT) In-Reply-To: <7edc4671-8f96-491a-be30-0ad3f2175e07@googlegroups.com> References: <7edc4671-8f96-491a-be30-0ad3f2175e07@googlegroups.com> Date: Wed, 25 Mar 2015 14:04:26 +1100 Subject: Re: test1 From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427252675 news.xs4all.nl 2960 [2001:888:2000:d::a6]:49670 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87919 On Wed, Mar 25, 2015 at 1:47 PM, Tiglath Suriol wrote: > {% block title %}{% endblock %} Looks to me like you're playing around with a templating system like Jinja, but may I suggest that you send tests to yourself rather than to an entire mailing list/newsgroup? :) ChrisA